moved some CSS properties to variables
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: var(--color-highlight);
|
||||
/* text-decoration: underline dashed 2px var(--color-highlight); */
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
|
||||
Reference in New Issue
Block a user