Files
D-SCRIPT/docs/source/_static/css/dscript.css
2025-12-04 15:55:13 -05:00

10 lines
235 B
CSS

html[data-theme="light"] {
--pst-color-primary: rgb(51, 122, 44);
--pst-color-secondary: rgb(40, 85, 129);
}
html[data-theme="dark"] {
--pst-color-primary: rgb(69, 171, 60);
--pst-color-secondary: rgb(61, 126, 191);
}