Flag absolute anchors
This commit is contained in:
parent
1d801dce06
commit
88fdd3084e
6 changed files with 100 additions and 26 deletions
|
|
@ -99,6 +99,19 @@ a.external:hover {
|
|||
transition: 1500ms;
|
||||
}
|
||||
|
||||
a.absolute {
|
||||
color: light-dark(#196719, #2fe471);
|
||||
text-decoration-color: light-dark(#196719, #2fe471);
|
||||
text-decoration-style: solid;
|
||||
text-decoration-thickness: 1.5px;
|
||||
transition: 1500ms;
|
||||
}
|
||||
|
||||
a.absolute:hover {
|
||||
filter: brightness(1.25);
|
||||
transition: 1500ms;
|
||||
}
|
||||
|
||||
a:visited,
|
||||
a.detached:visited,
|
||||
a.external:visited
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue