Files
xltoolbox.net/assets/scss/main.scss
T
2026-08-08 14:43:36 +02:00

14 lines
258 B
SCSS

$primary: #005adb;
$secondary: #ef6000;
$success: #198754;
$danger: #dc3545;
$warning: #ffc107;
$info: #00a194;
$light: #f9f9f9;
$dark: #535455;
$link-decoration: none;
$link-color: $secondary;
@import "hugo_bootstrap_theme";
@import "hugo_cookie_consent";