cards, new post thing

This commit is contained in:
lf- 2021-03-09 07:17:54 -08:00
parent 7555f3bbcb
commit 744d837327
10 changed files with 733 additions and 7 deletions

View file

@ -1,5 +1,6 @@
$text: #ddd;
$bg: #540362;
$link: #f778e3;
$lowerbg1: darken($bg, 5);
$higherbg1: lighten($bg, 10);
$lower1: darken($text, 18);
@ -62,7 +63,7 @@ body {
}
a {
color: #f778e3;
color: $link;
text-decoration: none;
}