Fix navbar spacing, headings spacing, modal dialogs
[ndcode_site.git] / css / bootstrap / _variables.scss
index 745187c..1afb0e0 100644 (file)
@@ -166,16 +166,16 @@ $sizes: map-merge(
 // Settings for the `<body>` element.
 
 $body-bg:                   $white !default;
-$body-color:                $gray-900 !default;
+$body-color:                $black !default; //$gray-900 !default;
 
 
 // Links
 //
 // Style anchor elements.
 
-$link-color:                              theme-color("primary") !default;
+$link-color:                              darken(theme-color("primary"), 5%) !default; //theme-color("primary") !default
 $link-decoration:                         none !default;
-$link-hover-color:                        darken($link-color, 15%) !default;
+$link-hover-color:                        darken($link-color, 10%) !default; //15%) !default;
 $link-hover-decoration:                   underline !default;
 // Darken percentage for links with `.text-*` class (e.g. `.text-success`)
 $emphasized-link-hover-darken-percentage: 15% !default;
@@ -274,13 +274,13 @@ $embed-responsive-aspect-ratios: join(
 // Font, line-height, and color for body text, headings, and more.
 
 // stylelint-disable value-keyword-case
-$font-family-sans-serif:      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
-$font-family-serif:           Georgia, "Times New Roman", Times, serif !default; // Nick
+$font-family-sans-serif:      "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; // Nick added Nunito Sans
+$font-family-serif:           "Frank Ruhl Libre", Georgia, "Times New Roman", Times, serif !default; // Nick
 $font-family-monospace:       SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
 $font-family-base:            $font-family-sans-serif !default;
 // stylelint-enable value-keyword-case
 
-$font-size-base:              1rem !default; // Assumes the browser default, typically `16px`
+$font-size-base:              1.25rem !default; //1rem !default; // Assumes the browser default, typically `16px`
 $font-size-lg:                $font-size-base * 1.25 !default;
 $font-size-sm:                $font-size-base * .875 !default;
 
@@ -293,16 +293,16 @@ $font-weight-bolder:          bolder !default;
 $font-weight-base:            $font-weight-normal !default;
 $line-height-base:            1.5 !default;
 
-$h1-font-size:                $font-size-base * 2.5 !default;
-$h2-font-size:                $font-size-base * 2 !default;
-$h3-font-size:                $font-size-base * 1.75 !default;
-$h4-font-size:                $font-size-base * 1.5 !default;
-$h5-font-size:                $font-size-base * 1.25 !default;
 $h6-font-size:                $font-size-base !default;
+$h5-font-size:                $h6-font-size * 1.1 !default; //$font-size-base * 1.25 !default;
+$h4-font-size:                $h5-font-size * 1.1 !default; //$font-size-base * 1.5 !default;
+$h3-font-size:                $h4-font-size * 1.1 !default; //$font-size-base * 1.75 !default;
+$h2-font-size:                $h3-font-size * 1.1 !default; //$font-size-base * 2 !default;
+$h1-font-size:                $h2-font-size * 1.1 !default; //$font-size-base * 2.5 !default;
 
-$headings-margin-bottom:      $spacer * .5 !default;
+$headings-margin-bottom:      $spacer !default; //$spacer * .5 !default;
 $headings-font-family:        null !default;
-$headings-font-weight:        500 !default;
+$headings-font-weight:        600 !default; //500 !default;
 $headings-line-height:        1.2 !default;
 $headings-color:              null !default;
 
@@ -720,7 +720,8 @@ $nav-divider-margin-y:              $spacer * .5 !default;
 $navbar-padding-y:                  0 !default; //$spacer * .5 !default;
 $navbar-padding-x:                  $spacer !default;
 
-$navbar-nav-link-padding-x:         .5rem !default;
+$navbar-nav-link-padding-y:         0.75rem !default; // Nick
+$navbar-nav-link-padding-x:         1rem !default; //.5rem !default;
 
 $navbar-brand-font-size:            $font-size-lg !default;
 // Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link