fix: dark-theme-btn-selected

This commit is contained in:
金伟强 2023-05-23 10:23:25 +08:00
parent a7c40a07d8
commit 8ec5ed3f00
1 changed files with 6 additions and 0 deletions

View File

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