Skip to content

Commit

Permalink
navbar dark fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 3, 2020
1 parent fd16593 commit 75d8e01
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ $blockquote-font-size: $font-size-base !default;

// COLORS
$min-contrast-ratio: 1.5 !default;
$text-muted-opacity: .68 !default;
$text-muted-opacity: .66 !default;
$text-muted-light-opacity: .4 !default;

$border-opacity: .16 !default;
$border-dark-opacity: .24 !default;

$light: #f0f3f6 !default;
$dark: #26384a !default;
$dark: #232e3c !default;

$body-bg: $light !default;
$body-color: $dark !default;
Expand Down Expand Up @@ -170,8 +170,8 @@ $colors: (


// Dark mode
$dark-mode-darken: darken($dark, 3%) !default;
$dark-mode-lighten: lighten($dark, 3%) !default;
$dark-mode-darken: darken($dark, 2%) !default;
$dark-mode-lighten: lighten($dark, 2%) !default;
$dark-mode-text: $light;

// Borders
Expand Down Expand Up @@ -232,20 +232,6 @@ $size-values: (
auto: auto
) !default;

$grid-breakpoints: (
xs: 0,
sm: 33rem,
md: 48rem,
lg: 64rem,
xl: 75.25rem
) !default;

$container-max-widths: (
sm: 32.5rem,
md: 47.5rem,
lg: 64rem,
xl: 75.25rem
) !default;

$container-variations: (
tight: 35rem,
Expand Down

0 comments on commit 75d8e01

Please sign in to comment.