瀏覽代碼

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

Visman 1 年之前
父節點
當前提交
863a7e50c7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
 }