Skip to content

Commit

Permalink
Add dark Bulma example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Oct 18, 2019
1 parent ac0399d commit 817c676
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/bulma-dark.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@import "../sass/utilities/initial-variables.sass";

// General colors

$scheme-main: $black;
$scheme-main-bis: $black-bis;
$scheme-main-ter: $black-ter;
$scheme-invert: $white;
$scheme-invert-bis: $white-bis;
$scheme-invert-ter: $white-ter;

$background: $black-ter;

$border: $grey-darker;
$border-hover: $grey-dark;
$border-light: $grey-darker;
$border-light-hover: $grey-dark;

// Text colors

$text: $grey-light;
$text-invert: $grey-darker;
$text-light: $grey;
$text-strong: $white;

// Link colors

$link-hover: $white;
$link-hover-border: $grey-dark;

$link-focus: $white;
$link-focus-border: $blue;

$link-active: $white;
$link-active-border: $grey-light;
Binary file added docs/images/bulma-logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/bulma-logo-turquoise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 817c676

Please sign in to comment.