summaryrefslogtreecommitdiff
path: root/src/web/styles/theme/_home.scss
blob: 037c2d34d094578ed954abbd22ffe7afd7a9da6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import "global";
@import "post";

$buttonBackgroundColor: $altBackgroundColor;

$buttonBorderColor: #000000;

$welcomeHeadingFG: $fg-purple0;
$welcomeHeadingAltFG: $fg-yellow0;
$recentsLabelFG: $fg-pink0;

$recentsItemBG: $altBackgroundColor;

// $postTitleFG: #d28bf0;
$postTitleFG: $defForegroundColor;
// $postCreatedAtFG: #959495;
$postCreatedAtFG: #c2c1c2;