diff options
Diffstat (limited to 'web/gotosocial-styling/colors.css')
| -rw-r--r-- | web/gotosocial-styling/colors.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/gotosocial-styling/colors.css b/web/gotosocial-styling/colors.css new file mode 100644 index 000000000..8dfcd4a09 --- /dev/null +++ b/web/gotosocial-styling/colors.css @@ -0,0 +1,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; |
