mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-29 06:41:32 +08:00
24 lines
404 B
SCSS
24 lines
404 B
SCSS
$theme-color: #2980b9;
|
|
$sidebar-width: 20rem;
|
|
$sidebar-mobile-width: 16rem;
|
|
$font-family:
|
|
-apple-system,
|
|
system-ui,
|
|
BlinkMacSystemFont,
|
|
Helvetica Neue,
|
|
PingFang SC,
|
|
Hiragino SansGB,
|
|
Microsoft YaHei,
|
|
Arial,
|
|
sans-serif;
|
|
$font-family-heading:
|
|
-apple-system,
|
|
system-ui,
|
|
BlinkMacSystemFont,
|
|
Helvetica Neue,
|
|
PingFang SC,
|
|
Hiragino SansGB,
|
|
Microsoft YaHei,
|
|
Arial,
|
|
sans-serif;
|