Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color scheme for .navbar-link:focus & :focus-visible #80

Open
s-gbz opened this issue Jun 12, 2022 · 0 comments
Open

Color scheme for .navbar-link:focus & :focus-visible #80

s-gbz opened this issue Jun 12, 2022 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority:low

Comments

@s-gbz
Copy link
Contributor

s-gbz commented Jun 12, 2022

I'm not quite sure how to display .navbar-link:focus & :focus-visible.
Moreover I've tried using $primary-dark but it somehow had no effect.

I won't bother fixing this minor problem since there're more pressing matters, but it would be nice to correct this in the future.

.navbar-link:focus {
    background-color: $primary-dark !important;
    color: #485fc7;
}

image

@s-gbz s-gbz added good first issue Good for newcomers help wanted Extra attention is needed priority:low labels Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority:low
Projects
None yet
Development

No branches or pull requests

1 participant