优化样式,调整间距和颜色变量以提升可读性和一致性

This commit is contained in:
2025-03-07 19:20:12 +08:00
parent d54f2a0183
commit f3c78442ba
4 changed files with 11 additions and 4 deletions

View File

@ -9,6 +9,8 @@
--background-color: #242424;
--text-color: #3d3d3d;
--code-background-color: #f5f5f5;
--code-text-color: #333;
font-synthesis: none;
text-rendering: optimizeLegibility;
@ -29,6 +31,8 @@ a:hover {
.dark {
--background-color: #242424;
--text-color: rgb(228, 228, 228);
--code-background-color: #2d2d2d;
--code-text-color: #cccccc;
}
body {