changed link styling
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
footer a:hover {
|
footer a:hover {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-decoration: wavy var(--underline-dash-size) var(--color-highlight) underline;
|
text-decoration: dashed var(--underline-dash-size) var(--color-highlight) underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-rat {
|
.bottom-rat {
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
a:hover {
|
a:hover {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
/* color: var(--color-highlight); */
|
/* color: var(--color-highlight); */
|
||||||
text-decoration: wavy var(--underline-dash-size) var(--color-highlight) underline;
|
text-decoration: dashed var(--underline-dash-size) var(--color-highlight) underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 500px) {
|
@media screen and (max-width: 500px) {
|
||||||
|
|||||||
@@ -326,8 +326,9 @@
|
|||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: var(--color-link-unvisited);
|
color: var(--color-link-unvisited);
|
||||||
text-decoration-style: dashed;
|
|
||||||
text-decoration-thickness: var(--underline-dash-size);
|
text-decoration-thickness: var(--underline-dash-size);
|
||||||
|
text-decoration-color: transparent;
|
||||||
|
text-decoration-style: dashed;
|
||||||
}
|
}
|
||||||
/* visited link */
|
/* visited link */
|
||||||
a:visited {
|
a:visited {
|
||||||
@@ -336,7 +337,7 @@
|
|||||||
/* mouse over link */
|
/* mouse over link */
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--color-link-hovered);
|
color: var(--color-link-hovered);
|
||||||
text-decoration-style: wavy;
|
text-decoration-color: var(--color-link-hovered);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notched {
|
.notched {
|
||||||
|
|||||||
Reference in New Issue
Block a user