generated from Seekra/repository-template
Use the CSS variable for dark in the navbar right links
This commit is contained in:
@@ -50,7 +50,7 @@ import logo from '@/assets/logo.svg';
|
||||
|
||||
.global-nav .right-links a {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
color: var(--dark);
|
||||
}
|
||||
|
||||
.global-nav .right-links a:hover{
|
||||
|
||||
Reference in New Issue
Block a user