rename
This commit is contained in:
parent
f8a68933c5
commit
fe140496fd
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
:root {
|
||||
--background: #f1f1f1;
|
||||
--font-color: #18181b;
|
||||
--link-hover-color: #df5a9c;
|
||||
--link-color: #df5a9c;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
:root {
|
||||
--background: #171e26;
|
||||
--font-color: #bcbcc5;
|
||||
--link-hover-color: #ff80bf;
|
||||
--link-color: #ff80bf;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ main {
|
|||
|
||||
.navbar a {
|
||||
text-decoration: none;
|
||||
color: var(--link-hover-color);
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
.navbar a:hover {
|
||||
|
|
Loading…
Reference in a new issue