mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
fix(style): Unreadable navbar link color on light desktop
This commit is contained in:
parent
8e79d20b29
commit
114078d3a1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue