mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 12:45:59 +08:00
fix: dark-theme-btn-selected (#156)
This commit is contained in:
parent
9a5ae9f51f
commit
4ba38465ac
@ -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);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user