aboutsummaryrefslogtreecommitdiff
path: root/static/css/root.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/root.css')
-rw-r--r--static/css/root.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/root.css b/static/css/root.css
index 4bdd8ce..c7ceb62 100644
--- a/static/css/root.css
+++ b/static/css/root.css
@@ -164,8 +164,8 @@ html.theme-light .theme-button.-light {
.link {
color: var(--color-text-accent);
text-decoration: underline;
- text-decoration-color: transparent;
- transition: background 150ms linear 0s, color 150ms ease-out 0s;
+ text-decoration-color: var(--color-accent-muted);
+ transition: background 150ms linear 0s, color 150ms ease-out 0s, text-decoration-color 150ms ease-out 0s;
}
.link:hover {
@@ -182,4 +182,4 @@ html.theme-light .theme-button.-light {
.link.padded,
.navbar .link {
padding: calc(var(--gap-quarter) * 0.5) var(--gap-quarter) 0;
-}
+} \ No newline at end of file