16 lines
315 B
CSS
16 lines
315 B
CSS
/* 全局样式 */
|
|
page {
|
|
background-color: #faf6f0;
|
|
font-family: 'WeddingFont', 'Noto Serif SC', 'Source Han Serif SC', 'STSong', 'SimSun', serif;
|
|
font-size: 14px;
|
|
color: #7a5a42;
|
|
}
|
|
|
|
:root {
|
|
--red: #8B4513;
|
|
--text-golden: #8B6914;
|
|
--text-muted: #7a5a42;
|
|
--gold: #c9a86c;
|
|
--gold-light: #e8d4a8;
|
|
}
|