chore(aria.css): Change the look for hyperlinks
This commit is contained in:
parent
121d0898a6
commit
e1ee5f3fa5
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@ a {
|
||||||
color: var(--fourth-colour);
|
color: var(--fourth-colour);
|
||||||
text-decoration: underline 2px;
|
text-decoration: underline 2px;
|
||||||
text-underline-offset: 2px;
|
text-underline-offset: 2px;
|
||||||
text-decoration-color: #00000000;
|
text-decoration-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration-color: #fff;
|
text-decoration-color: #F5A8B7;
|
||||||
transition: text-decoration-color 0.25s;
|
transition: text-decoration-color 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue