cool new underline :D
This commit is contained in:
parent
241d5ecef1
commit
3ee74af162
1 changed files with 18 additions and 0 deletions
|
@ -119,6 +119,24 @@ a:visited {
|
|||
a:active {
|
||||
color: var(--link-active)
|
||||
}
|
||||
|
||||
a:not(.nav-link) {
|
||||
text-decoration: underline dotted var(--link-unclicked) 1.5px;
|
||||
&:visited {
|
||||
text-decoration-color: var(--link-clicked);
|
||||
}
|
||||
&:active{
|
||||
text-decoration-color: var(--link-active);
|
||||
}
|
||||
&:focus-visible {
|
||||
text-decoration-style: solid;
|
||||
text-decoration-color: var(--normal-text);
|
||||
&:active {
|
||||
text-decoration-color: cyan;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#header {
|
||||
background: var(--header-bg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue