Adjusting link color
This commit is contained in:
parent
f49f6216ef
commit
e228c74402
@ -157,3 +157,13 @@ body {
|
|||||||
color: #f1f1f1;
|
color: #f1f1f1;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--highlight);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: #ffd27f;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user