summaryrefslogtreecommitdiff
path: root/web/gotosocial-styling/colors.css
blob: 8dfcd4a0957252b7a89f118fe298c06862f29303 (plain)
1
2
3
4
5
6
7
8
9
$bg: #525c66;
$fg: #fafaff;
$fg_dark: #b0b0b5;

$bg_accent: color($bg lightness(-5%));

$acc1: #de8957; // sloth light orange
$acc2: #c76d33; // sloth dark orange
$blue: #5897df;