moved some CSS properties to variables
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
text-decoration: none;
|
||||
font-size: 1.0rem;
|
||||
line-height: 1.4rem;
|
||||
transition: color 0.1s ease-out, font-weight 0.1s ease-out;
|
||||
transition: color var(--duration-animation) ease-out, font-weight var(--duration-animation) ease-out;
|
||||
}
|
||||
a:link, a:visited, span {
|
||||
color: var(--color-highlight);
|
||||
|
||||
Reference in New Issue
Block a user