Add blog and initial post (from last week)
[ndcode_site.git] / css / bootstrap / _variables.scss
index 5b37add..146977e 100644 (file)
@@ -1138,10 +1138,14 @@ $kbd-font-size:                     $code-font-size !default;
 $kbd-color:                         $white !default;
 $kbd-bg:                            $gray-900 !default;
 
-$pre-color:                         $gray-900 !default;
+$pre-color:                         $black !default; //$gray-900 !default;
+$pre-bg:                            $gray-200 !default; // Nick
+$pre-padding:                       .4rem !default; // Nick
+$pre-border-width:                  $border-width !default; // Nick
+$pre-border-color:                  $gray-500 !default; // Nick
+$pre-border-radius:                 $border-radius !default; // Nick
 $pre-scrollable-max-height:         340px !default;
 
-
 // Utilities
 
 $displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;