css: Tested in Chrome, fixed

This commit is contained in:
Jan Kremer 2025-05-27 18:14:58 +02:00
parent 75130a7cdb
commit 2b7861700b
Signed by: jan
GPG key ID: A7DA689CB3B078EC

View file

@ -114,8 +114,8 @@ a {
text-decoration: none;
&:hover {
text-decoration-color: var(--uchu-blue);
text-decoration: underline;
text-decoration-color: var(--uchu-blue);
}
}
@ -155,11 +155,16 @@ header {
a {
color: light-dark(var(--uchu-yin), var(--uchu-yang));
}
.active {
text-decoration: underline;
text-decoration-color: var(--uchu-blue);
&:hover {
text-decoration: underline;
text-decoration-color: var(--uchu-blue);
}
&.active {
text-decoration: underline;
text-decoration-color: var(--uchu-blue);
}
}
}
}