Przeglądaj źródła

Fix color a:hover, a:focus for SCEditor iframe

Visman 1 rok temu
rodzic
commit
863a7e50c7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      public/style/ForkBB/sccontent.css

+ 1 - 0
public/style/ForkBB/sccontent.css

@@ -212,6 +212,7 @@ a {
 }
 
 a:hover, a:focus {
+  color: var(--c-focus);
   background-color: var(--bg-focus);
 }