made .box look better on newer themes; updated readme.md to add new themes; modularized blog sass some
This commit is contained in:
parent
c59659ca1d
commit
800363c6ab
15 changed files with 143 additions and 123 deletions
|
@ -3,3 +3,12 @@
|
|||
@import "./_vendor/superhero/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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue