mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 15:04:24 +08:00
10 lines
235 B
CSS
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);
|
|
}
|