Skip to content

Commit

Permalink
fix(style): Unreadable navbar link color on light desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
ditatompel committed Nov 8, 2024
1 parent 8e79d20 commit 114078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/views/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a.external {

/* main navbar */
#main-navbar div a {
@apply py-0.5 md:py-3 px-4 md:px-1 border-s-2 md:border-s-0 md:border-b-2 border-transparent text-gray-500 hover:text-gray-800 focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-200;
@apply py-0.5 md:py-3 px-4 md:px-1 border-s-2 md:border-s-0 md:border-b-2 border-transparent text-neutral-400 hover:text-neutral-200 focus:outline-none;
}
#main-navbar div a.active {
@apply py-0.5 md:py-3 px-4 md:px-1 border-s-2 md:border-s-0 md:border-b-2 border-orange-400 font-medium text-neutral-200 focus:outline-none;
Expand Down

0 comments on commit 114078d

Please sign in to comment.