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

This commit is contained in:
Joel 2023-05-23 10:43:38 +08:00 committed by GitHub
parent 9a5ae9f51f
commit 4ba38465ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,3 +132,9 @@ button:focus-within {
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);
}