ソースを参照

use primary color for outline so it's always visible

Maggie 4 年 前
コミット
e8ce8413ae
2 ファイル変更2 行追加2 行削除
  1. 1 1
      skatepark/assets/theme.css
  2. 1 1
      skatepark/sass/elements/_links.scss

+ 1 - 1
skatepark/assets/theme.css

@@ -153,7 +153,7 @@ a {
 }
 
 a:not(.ab-item):not(.screen-reader-shortcut):active, a:not(.ab-item):not(.screen-reader-shortcut):focus {
-	outline: 1px dotted currentColor;
+	outline: 1px dotted var(--wp--custom--color--primary);
 	outline-offset: 0.1em;
 	text-decoration: none;
 }

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

@@ -37,7 +37,7 @@ a {
 a:not(.ab-item):not(.screen-reader-shortcut) {
 	&:active,
 	&:focus {
-		outline: 1px dotted currentColor;
+		outline: 1px dotted var(--wp--custom--color--primary);
 		outline-offset: 0.1em;
 		text-decoration: none;
 	}