darkened lines
parent
2fe243050a
commit
948b0daa38
|
@ -3,7 +3,7 @@
|
||||||
// Define defaults for each variable.
|
// Define defaults for each variable.
|
||||||
|
|
||||||
$base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
$base-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
|
||||||
$base-font-size: 10px !default;
|
$base-font-size: 0.7rem !default;
|
||||||
$base-font-weight: 400 !default;
|
$base-font-weight: 400 !default;
|
||||||
$small-font-size: $base-font-size * 0.875 !default;
|
$small-font-size: $base-font-size * 0.875 !default;
|
||||||
$base-line-height: 1.5 !default;
|
$base-line-height: 1.5 !default;
|
||||||
|
@ -16,7 +16,7 @@ $brand-color: white !default;
|
||||||
|
|
||||||
$grey-color: white !default;
|
$grey-color: white !default;
|
||||||
$grey-color-light: lighten($grey-color, 40%) !default;
|
$grey-color-light: lighten($grey-color, 40%) !default;
|
||||||
$grey-color-dark: darken($grey-color, 25%) !default;
|
$grey-color-dark: darken($grey-color, 80%) !default;
|
||||||
|
|
||||||
$table-text-align: left !default;
|
$table-text-align: left !default;
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
* Site footer
|
* Site footer
|
||||||
*/
|
*/
|
||||||
.site-footer {
|
.site-footer {
|
||||||
border-top: 1px solid $grey-color-light;
|
border-top: 1px solid $grey-color-dark;
|
||||||
padding: $spacing-unit 0;
|
padding: $spacing-unit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue