refactor link styles
This commit is contained in:
parent
f4019437c5
commit
1d8bcaf080
6 changed files with 16 additions and 18 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue