fix: dark-theme-btn-selected (#156)
This commit is contained in:
parent
9a5ae9f51f
commit
4ba38465ac
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue