Skip to content

Commit

Permalink
Fix author info underline color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jun 14, 2024
1 parent 0fedceb commit bfe405b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/menu-bar/author-info.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@import "../../css/units.css";

.author-info {
color: $menu-bar-foreground;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: flex;
justify-content: flex-start;
Expand Down Expand Up @@ -42,7 +41,7 @@

.link {
text-decoration: none;
color: $ui-white !important;
color: $menu-bar-foreground !important;
}
.link:hover {
text-decoration: underline;
Expand Down

0 comments on commit bfe405b

Please sign in to comment.