made .box look better on newer themes; updated readme.md to add new themes; modularized blog sass some

This commit is contained in:
Robert Clarke 2019-05-14 13:29:45 +01:00
parent c59659ca1d
commit 800363c6ab
15 changed files with 143 additions and 123 deletions

View file

@ -3,3 +3,12 @@
@import "./_vendor/solar/overrides";
@import "./blog";
.box {
$card-border-color: lighten($grey-darker, 5);
$border-width: 2px default;
box-shadow: none;
border: $border-width solid $card-border-color;
background-color: $grey-darker;
border-radius: $radius;
}