Browse Source

fix: make `a` focus styling better

dwelle 2 years ago
parent
commit
c4112a8ad5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/css/styles.scss

+ 5 - 0
src/css/styles.scss

@@ -164,6 +164,11 @@
     box-shadow: 0 0 0 2px var(--focus-highlight-color);
   }
 
+  a:focus-visible {
+    outline: none;
+    text-decoration: underline;
+  }
+
   .buttonList {
     .ToolIcon__icon {
       all: unset !important;