Browse Source

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

Visman 1 year ago
parent
commit
863a7e50c7
1 changed files with 1 additions and 0 deletions
  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);
 }