10 lines
113 B
SCSS
Raw Normal View History

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