@import "~bulma/sass/utilities/functions.sass"; @import "~bulma/sass/utilities/initial-variables.sass"; @import "~bulma/sass/utilities/derived-variables.sass"; $bleuvert: #1e7d97; $jaune: #fff; $violet: #3d8770; /** * Text body, paragraphs */ $violet-1: #000000; $violet-2: #000000; /** * Titles, dark borders, buttons */ $violet-3: #000000; /** * Borders */ $borders: #b6abff; $backgrounds: #745bff; /** * Text */ $purple-1: #83ff72; /** * Background */ $purple-2: #ff9543; $purple-3: #77e4ff; $orange-2: #b90097; $orange-3: #95d7ac; $yellow-1: #51ff00; $yellow-2: #00ff99; $yellow-3: #0099ff; $yellow-4: #ffebc1; $primary: $bleuvert; $primary-invert: findColorInvert($primary); $secondary: $jaune; $secondary-invert: findColorInvert($secondary); $background-color: $violet-2; $success: #0d8758; $success-invert: findColorInvert($success); $info: #36bcd4; $info-invert: findColorInvert($info); $danger: #cd2026; $danger-invert: findColorInvert($danger); $link: $primary; $link-invert: $primary-invert; $text: $violet-1; $grey: #757575; $colors: map-merge( $colors, ( "primary": ( $primary, $primary-invert, ), "secondary": ( $secondary, $secondary-invert, ), "success": ( $success, $success-invert, ), "info": ( $info, $info-invert, ), "danger": ( $danger, $danger-invert, ), "link": ( $link, $link-invert, ), "grey": ( $grey, findColorInvert($grey), ), ) ); // Navbar $navbar-background-color: #1d1d1d; $navbar-item-color: $bleuvert; $navbar-height: 4rem; // Footer $footer-padding: 3rem 1.5rem 1rem; $footer-background-color: $background-color; $body-background-color: #efeef4; $fullhd-enabled: false; $hero-body-padding-medium: 6rem 1.5rem; main > .container { background: $body-background-color; min-height: 70vh; } $title-color: #ffffff; $title-family: "Liberation Sans", "Helvetica Neue", Roboto, Helvetica, Arial, serif; $title-weight: 700; $title-size: 40px; $title-sub-size: 45px; $title-sup-size: 30px; $subtitle-color: #000000; $subtitle-family: "Liberation Sans", "Helvetica Neue", Roboto, Helvetica, Arial, serif; $subtitle-weight: 400; $subtitle-size: 32px; $subtitle-sub-size: 30px; $subtitle-sup-size: 15px; .subtitle { background: #ffffff; display: inline; padding: 3px 8px; margin: 15px auto 30px; } //$input-border-color: #dbdbdb; $breadcrumb-item-color: $primary; $checkbox-background-color: #fff; $title-color: $violet-3; :root { --color-primary: 30 125 151; --color-secondary: 255 213 153; --color-violet-title: 66 64 86; } @media (prefers-color-scheme: dark) { :root { --color-primary: 30 125 151; --color-secondary: 255 213 153; --color-violet-title: 66 64 86; } }