Browse Source

Update css for better compatibility

Track3 1 year ago
parent
commit
201655b04b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/scss/style.scss

+ 2 - 1
assets/scss/style.scss

@@ -147,7 +147,8 @@ a.tdln,
 
 a {
   color: var(--c-txt);
-  text-decoration: solid underline 1px var(--c-txt-alt2);
+  text-decoration-color: var(--c-txt-alt2);
+  text-decoration-thickness: 1px;
   text-underline-offset: 0.25em;
   transition: color .3s, text-decoration-color .3s;