Files
nhgooi.nl/resources/assets/sass/abstracts/_variables.scss
2025-07-15 15:45:09 +02:00

15 lines
259 B
SCSS
Executable File
Vendored

// Container
$container-bg: #f9f9f9;
// Nav
$nav-text-weight: bold;
$nav-text-size: 14px;
// Base
$text-color: #1a1a1a;
$text-inverted-color: #fff;
$text-secondary-color: #666;
$text-dark-color: #282828;
$element-bg: #fff;
$text-description-color: #585858;