فهرست منبع

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);
 }