0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00
Files
popov.link/src/scss/_variables.scss

8 lines
164 B
SCSS
Raw Normal View History

$colorBg: #181818;
2025-06-05 23:22:39 +00:00
$colorBgAlt: rgba(0, 0, 0, 0.2);
$colorBgCode: #3b3d42;
$colorBlossom: #6da13f;
$colorFade: #598332;
$colorText: #dee2e6;
$fontSizeBase: 1.8rem;