Skip to content

Footer links show default browser styling (blue + underline) #471

@mdjaved17

Description

@mdjaved17

Expected Behavior

The footer links should match the overall theme styling (same text color, no underline unless hovered).

Current Behavior

Some links in the footer appear with default browser styles:

  • Blue colored text
  • Underlined text

It looks visually inconsistent with the rest of the site.

Steps to Reproduce

  1. Open the website
  2. Scroll down to the footer
  3. Notice the styling of the Documentation/Github/Discord links

Possible Solution

Maybe applying theme-based CSS for footer links could fix it:
footer a {
color: inherit;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}

Environment

  • OS: Windows 10
  • Browser: Chrome (latest)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions