add link styling
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user