limepot-xyz/public/mybulma/sass/mystyles.scss
2023-09-07 21:00:23 -06:00

41 lines
No EOL
1.1 KiB
SCSS
Executable file

@charset "utf-8";
@import "../bulma/bulma.sass";
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
$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;
$link: $accent;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Update some of Bulma's component variables
$body-background-color: $background;
$control-border-width: 2px;
$input-border-color: transparent;
$input-shadow: none;
//my shit
$title-color: $primary;
$input-color: $accent;
$text-strong: #e2e2e2;
/////navbar
$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;