add link styling
This commit is contained in:
parent
d5228aab60
commit
8e9ca091ef
@ -27,3 +27,11 @@
|
|||||||
--background-dark: #21201b;
|
--background-dark: #21201b;
|
||||||
--font-default-dark: #ffffff;
|
--font-default-dark: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:not(:visited){
|
||||||
|
color: var(--red);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited{
|
||||||
|
color: var(--purple);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user