add post about decals

This commit is contained in:
2020-06-24 15:50:06 -07:00
committed by Andrew Cassidy
parent a7261dd0cc
commit e6a05f8628
11 changed files with 370 additions and 92 deletions

View File

@ -4,9 +4,10 @@ $subtle: #7A7267;
$margin: darken($background, 8%);
$shadow: rgba(black, 0.4);
$blue: rgb(39, 167, 167);
$orange: rgb(236, 103, 55);
$yellow: rgb(228, 214, 124);
$green: rgb(188, 212, 42);
$blue: rgb(39, 167, 167);
$magenta: rgb(168, 66, 114);
$darken-factor: 15%;