22 lines
441 B
SCSS
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 #686a6f;
|
|
}
|
|
|
|
@import "hugo_bootstrap_theme";
|
|
@import "hugo_cookie_consent"; |