6 lines
72 B
SCSS
Raw Normal View History

2025-01-12 00:52:51 +08:00
body {
background-color: $bg;
color: $fg;
font-size: $fontsize;
}