Files
xltoolbox.net/assets/scss/main.scss
T
daniel 70fede525b
Build and Deploy / build-and-deploy (push) Successful in 15s
Adjust shadow in cookie consent banner.
2026-08-11 18:03:01 +02:00

22 lines
441 B
SCSS

$primary: #005adb;
$secondary: #ef6000;
$success: #198754;
$danger: #dc3545;
$warning: #ffc107;
$info: #00a194;
$light: #f9f9f9;
$dark: #535455;
$link-decoration: none;
$link-color: $secondary;
:root {
--cookie-banner-bg: #cad2e0;
--cookie-banner-color: #17293c;
--cookie-accept-bg: #16a34a;
--cookie-decline-bg: #dc2626;
--cookie-banner-shadow: 0 0 36px #a4aec8;
}
@import "hugo_bootstrap_theme";
@import "hugo_cookie_consent";