improve <a> styles a bit more

This commit is contained in:
blek 2023-10-21 15:46:20 +10:00
parent 980f7fc515
commit a05954efe4
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 5 additions and 2 deletions

View File

@ -123,11 +123,14 @@ b {
p {
margin: var(--margin-y) 0;
}
a {
color: cyan;
text-decoration: none;
border-bottom: 1px solid darkcyan;
transition: 250ms ease;
border-bottom: 1px solid #ffffff00;
}
a:hover {
border-bottom-color: #ffffff40;
}
a[role=button] {
color: white