13 lines
228 B
CSS
13 lines
228 B
CSS
:root {
|
|
--link: light-dark(#005fcc, #8ab4f8);
|
|
/* --link: light-dark(#005a9c, #8cc8ff); */
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
} |