mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
6 lines
120 B
CSS
6 lines
120 B
CSS
|
|
:root {
|
||
|
|
--deep-blue: #536493;
|
||
|
|
--deep-red: #ef5a6f;
|
||
|
|
--background-color: #f9f2ed;
|
||
|
|
--text-color: #0E2F56;
|
||
|
|
}
|