mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-09-04 20:55:41 +00:00
12 lines
No EOL
271 B
CSS
12 lines
No EOL
271 B
CSS
/* 默认配色 */
|
|
:root {
|
|
--deep-blue: #536493;
|
|
--deep-red: #ef5a6f;
|
|
--background-color: #f9f2ed;
|
|
--text-color: #0e2f56;
|
|
--url-color: #3D74B6;
|
|
--comment-background: #fbf5f2;
|
|
|
|
--background-color-dark: #1e1e1e;
|
|
--text-color-dark: #e6e6e6;
|
|
} |