<a> color tweaks.. again

This commit is contained in:
blek 2023-10-21 15:59:29 +10:00
parent 583196d685
commit 761684ee34
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ p {
margin: var(--margin-y) 0; margin: var(--margin-y) 0;
} }
a { a {
color: cyan; color: #ff00a9;
text-decoration: none; text-decoration: none;
transition: 250ms ease; transition: 250ms ease;
border-bottom: 1px solid #ffffff00; border-bottom: 1px solid #ffffff00;
@ -150,12 +150,12 @@ a {
a:hover { a:hover {
border-bottom-color: #ffffff40; border-bottom-color: #ffffff40;
} }
a:visited {
color: #aa00a9
}
a[role=button] { a[role=button] {
color: white color: white
} }
a:visited {
color: darkcyan
}
.card { .card {
background: var(--header-color); background: var(--header-color);