Skip to content

Commit

Permalink
style: fix for firefox dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Nov 5, 2023
1 parent 6319cf4 commit 991b08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Guide/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.link {
color: initial;
color: inherit;

&:hover,
&:active {
color: initial;
color: inherit;
}
}
2 changes: 1 addition & 1 deletion src/css/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@media screen and (min-width: 996px) {
justify-content: center;
align-items: center;
color: initial;
color: inherit;

padding: 0;

Expand Down

0 comments on commit 991b08c

Please sign in to comment.