浏览代码

more consistent outline spacing using ex units

Maggie 4 年之前
父节点
当前提交
c7a20668e0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      skatepark/assets/theme.css
  2. 1 1
      skatepark/sass/elements/_links.scss

+ 1 - 1
skatepark/assets/theme.css

@@ -111,7 +111,7 @@
 
 a {
 	text-decoration-thickness: 0.07em;
-	text-underline-offset: 0.25em;
+	text-underline-offset: 0.46ex;
 }
 
 .wp-block-post-content p a {

+ 1 - 1
skatepark/sass/elements/_links.scss

@@ -1,6 +1,6 @@
 a {
 	text-decoration-thickness: 0.07em;
-	text-underline-offset: 0.25em;
+	text-underline-offset: 0.46ex;
 }
 
 .wp-block-post-content p a {