浏览代码

fix: dark-theme-btn-selected (#156)

Joel 2 年之前
父节点
当前提交
4ba38465ac
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      web/app/styles/globals.css

+ 6 - 0
web/app/styles/globals.css

@@ -131,4 +131,10 @@ button:focus-within {
   -webkit-text-fill-color: transparent;
   background-clip: text;
   text-fill-color: transparent;
+}
+
+/* overwrite paging active dark model style  */
+[class*=style_paginatio] li .text-primary-600 {
+  color: rgb(28 100 242);
+  background-color: rgb(235 245 255);
 }