20230718
This commit is contained in:
parent
41e035e6bb
commit
06d1ac4043
3 changed files with 15 additions and 27 deletions
Binary file not shown.
|
@ -1,6 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
|
||||
.button, .input, .textarea, .select select, .file-cta,
|
||||
.file-name, .pagination-previous,
|
||||
.pagination-next,
|
||||
|
|
|
@ -4,16 +4,17 @@
|
|||
|
||||
$text: #fafafa;
|
||||
$background: #050505;
|
||||
$background-off: #101010;
|
||||
$primary: #86ffd8;
|
||||
$secondary: #1c1719;
|
||||
$accent: #baaeab;
|
||||
$accent-pop: #d0c3bf;
|
||||
|
||||
// Update Bulma's global variables
|
||||
$family-sans-serif: "Nunito", sans-serif;
|
||||
$grey-dark: #313244;
|
||||
$grey-light: #45475a;
|
||||
$primary: #cdd6f4;
|
||||
$link: $mauve;
|
||||
$link: $accent;
|
||||
$widescreen-enabled: false;
|
||||
$fullhd-enabled: false;
|
||||
|
||||
|
@ -25,30 +26,16 @@ $input-shadow: none;
|
|||
|
||||
|
||||
//my shit
|
||||
$title-color: $mauve;
|
||||
$input-color: #b4befe;
|
||||
$primary: #cdd6f4;
|
||||
$text-strong: #b4befe;
|
||||
$text: #cdd6f4;
|
||||
$title-color: $primary;
|
||||
$input-color: $accent;
|
||||
$text-strong: #e2e2e2;
|
||||
/////navbar
|
||||
$navbar-background-color: #181825;
|
||||
$navbar-item-color: #cba6f7;
|
||||
$navbar-item-hover-background-color: #11111b;
|
||||
$navbar-dropdown-background-color: #11111b;
|
||||
$navbar-dropdown-item-hover-color: #cba2fc;
|
||||
$navbar-dropdown-item-hover-background-color: #11111b;
|
||||
$navbar-divider-background-color: #585b70;
|
||||
$navbar-background-color: $background;
|
||||
$navbar-item-color: $accent;
|
||||
$navbar-item-hover-background-color: $background-off;
|
||||
$navbar-dropdown-background-color: $background-off;
|
||||
$navbar-dropdown-item-hover-color: $accent-pop;
|
||||
$navbar-dropdown-item-hover-background-color: $background-off;
|
||||
$navbar-divider-background-color: $secondary;
|
||||
//$navbar-dropdown-item-active-color: $off-off-off-dark;
|
||||
//$navbar-dropdown-item-active-background-color: $off-off-dark;
|
||||
|
||||
|
||||
// Import only what you need from Bulma
|
||||
@import "../node_modules/bulma/sass/utilities/_all.sass";
|
||||
@import "../node_modules/bulma/sass/base/_all.sass";
|
||||
@import "../node_modules/bulma/sass/elements/button.sass";
|
||||
@import "../node_modules/bulma/sass/elements/container.sass";
|
||||
@import "../node_modules/bulma/sass/elements/title.sass";
|
||||
@import "../node_modules/bulma/sass/form/_all.sass";
|
||||
@import "../node_modules/bulma/sass/components/navbar.sass";
|
||||
@import "../node_modules/bulma/sass/layout/hero.sass";
|
||||
@import "../node_modules/bulma/sass/layout/section.sass";
|
||||
//$navbar-dropdown-item-active-background-color: $off-off-dark;
|
Loading…
Reference in a new issue