limepot-xyz/BETA/mybulma/sass/mystyles.scss

47 lines
1.3 KiB
SCSS
Raw Normal View History

@charset "utf-8";
// Import a Google Font
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700');
// Set your brand colors
$lime:#00fdbe;
$purple: #a45e8d;
$pink: #FA7C91;
$beige-light: #eaeaea;
$purple-dark: #332e33;
// Update Bulma's global variables
$family-sans-serif: "Nunito", sans-serif;
$grey-dark: $purple;
$grey-light: $beige-light;
$primary: $lime;
$link: $pink;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Update some of Bulma's component variables
$body-background-color: $purple-dark;
$control-border-width: 2px;
$input-border-color: transparent;
$input-shadow: none;
//my shit
$title-color: $lime;
$input-color: $link;
$primary: $lime;
$text-strong: $grey-light;
$navbar-background-color: $grey-dark;
$navbar-item-color: $grey-light;
// 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";