浏览代码

Update css for better compatibility

Track3 1 年之前
父节点
当前提交
201655b04b
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;