improve <a> styles

This commit is contained in:
blek 2023-10-21 12:25:19 +10:00
parent ceabef96ba
commit e7de48d072
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 12 additions and 0 deletions

View File

@ -124,6 +124,18 @@ p {
margin: var(--margin-y) 0;
}
a {
color: cyan;
text-decoration: none;
border-bottom: 1px solid darkcyan;
}
a[role=button] {
color: white
}
a:visited {
color: darkcyan
}
.card {
background: var(--header-color);
border: 1px solid var(--header-sec-color);