add link color scheme
This commit is contained in:
parent
e191b9a6fc
commit
782633a098
1 changed files with 12 additions and 0 deletions
|
@ -33,3 +33,15 @@ h1 {
|
||||||
background-size: 400%;
|
background-size: 400%;
|
||||||
background-position: 0%;
|
background-position: 0%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: var(--accent-500);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: var(--accent-400);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: var(--accent-300);
|
||||||
|
}
|
Loading…
Reference in a new issue