refactor link styles

This commit is contained in:
Lyn Fugmann 2024-10-02 12:16:01 +02:00
parent f4019437c5
commit 1d8bcaf080
6 changed files with 16 additions and 18 deletions

View file

@ -69,13 +69,13 @@ p {
line-height: 1.8;
}
a.link {
a:not([class]) {
color: var(--color-primary);
text-decoration: underline dotted var(--color-primary);
font-weight: 500;
transition: filter .1s ease-out;
}
a.link:hover {
a:not([class]):hover {
filter: brightness(.8);
}