darkened lines

master
Jordan Han 2019-06-08 20:53:14 +08:00
parent 2fe243050a
commit 948b0daa38
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// 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-size: 10px !default;
$base-font-size: 0.7rem !default;
$base-font-weight: 400 !default;
$small-font-size: $base-font-size * 0.875 !default;
$base-line-height: 1.5 !default;
@ -16,7 +16,7 @@ $brand-color: white !default;
$grey-color: white !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;

View File

@ -104,7 +104,7 @@
* Site footer
*/
.site-footer {
border-top: 1px solid $grey-color-light;
border-top: 1px solid $grey-color-dark;
padding: $spacing-unit 0;
}