SanYeCao-blog/src/styles/variables.css

9 lines
No EOL
191 B
CSS

:root {
--deep-blue: #536493;
--deep-red: #ef5a6f;
--background-color: #f9f2ed;
--text-color: #0E2F56;
--background-color-dark: #1e1e1e;
--text-color-dark: #e6e6e6;
}