mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 10:47:35 -05:00
7 lines
151 B
CSS
7 lines
151 B
CSS
:root {
|
|
--color-primary: #fda703;
|
|
--color-secondary: #1d1d22;
|
|
--text-color: white;
|
|
--card-shadow: 0px 5px 11px 0px rgb(0 0 0 / 15%);
|
|
}
|