Update style.css
This commit is contained in:
parent
31077d2e09
commit
a868e33cec
1 changed files with 3 additions and 3 deletions
|
|
@ -75,9 +75,9 @@ body {
|
|||
}
|
||||
|
||||
.footer a {
|
||||
color: inherit; /* match surrounding text color */
|
||||
text-decoration: underline; /* keep underline so it's clearly a link */
|
||||
text-decoration-color: rgba(238, 238, 238, 0.3); /* dim underline */
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: rgba(238, 238, 238, 0.3);
|
||||
text-underline-offset: 2px;
|
||||
transition: color 0.2s ease, text-decoration-color 0.2s ease;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue