]> Untitled Git - lemmy-ui.git/blob - src/assets/css/themes/_variables.vaporwave-light.scss
Darkly tweak (#1811)
[lemmy-ui.git] / src / assets / css / themes / _variables.vaporwave-light.scss
1 @import "./variables.vaporwave";
2
3 // Colors
4 $gray-600: #6c757d;
5 $gray-700: #495057;
6 $gray-800: #343a40;
7 $gray-900: #212529;
8
9 $light: darken($gray-300, 1.5);
10
11 $body-bg: $gray-100;
12 $body-color: $gray-700;
13 $text-muted: $gray-500;