SanYeCao-blog/src/styles/variables.css

12 lines
271 B
CSS
Raw Normal View History

2026-06-18 09:19:12 +00:00
/* 默认配色 */
2026-04-24 21:01:08 +00:00
:root {
--deep-blue: #536493;
--deep-red: #ef5a6f;
--background-color: #f9f2ed;
2026-06-18 09:19:12 +00:00
--text-color: #0e2f56;
--url-color: #3D74B6;
--comment-background: #fbf5f2;
2026-04-24 21:23:39 +00:00
--background-color-dark: #1e1e1e;
--text-color-dark: #e6e6e6;
2026-04-24 21:01:08 +00:00
}