changed link styling
This commit is contained in:
@@ -326,8 +326,9 @@
|
||||
|
||||
a:link {
|
||||
color: var(--color-link-unvisited);
|
||||
text-decoration-style: dashed;
|
||||
text-decoration-thickness: var(--underline-dash-size);
|
||||
text-decoration-color: transparent;
|
||||
text-decoration-style: dashed;
|
||||
}
|
||||
/* visited link */
|
||||
a:visited {
|
||||
@@ -336,7 +337,7 @@
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: var(--color-link-hovered);
|
||||
text-decoration-style: wavy;
|
||||
text-decoration-color: var(--color-link-hovered);
|
||||
}
|
||||
|
||||
.notched {
|
||||
|
||||
Reference in New Issue
Block a user