Some checks failed
continuous-integration/drone/push Build is failing
Co-authored-by: sora-ext Co-authored-by: soraefir Reviewed-on: #160
19 lines
381 B
CSS
19 lines
381 B
CSS
:root {
|
|
--black: #030B12;
|
|
--darkdark: #0C1D2E;
|
|
--dark: #203A53;
|
|
--lightdark: #425F7C;
|
|
--light: #93A9BE;
|
|
--lightlight: #B6C5D5;
|
|
--white: #F0F3F7;
|
|
--orange: ##F5B97D;
|
|
--yellow: #F5F57D;
|
|
--green: #B9F57D;
|
|
--turquoise: #7DF5B9;
|
|
--blue: #7DB9F5;
|
|
--purple: #B97DF5;
|
|
--pink: #F57DB9;
|
|
--red: #F57D7D;
|
|
|
|
--border-radius: 3px;
|
|
} |