Unverified Commit 4ba38465 authored by Joel's avatar Joel Committed by GitHub

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

parent 9a5ae9f5
...@@ -132,3 +132,9 @@ button:focus-within { ...@@ -132,3 +132,9 @@ button:focus-within {
background-clip: text; background-clip: text;
text-fill-color: transparent; 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);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment