]> Untitled Git - lemmy.git/blob - ui/assets/css/themes/_variables.vaporwave-light.scss
9278b091971e0c171c8e753141b50fc36aeb6356
[lemmy.git] / ui / assets / css / themes / _variables.vaporwave-light.scss
1 $blue: #01cdfe;
2 $indigo: #b967ff;
3 $purple: #b967ff;
4 $pink: rgb(255, 64, 186);
5 $red: rgb(255, 95, 110);
6 $orange: rgb(255, 167, 93);
7 $yellow: #fffb96;
8 $green: #05ffa1;
9 $teal: #01cdfe;
10 $cyan: #01cdfe;
11 $enable-shadows: true;
12 $enable-gradients: true;
13 $enable-responsive-font-sizes: true;
14 $body-bg: $gray-100;
15 $body-color: $gray-700;
16 $border-radius: 1rem;
17 $border-radius-lg: 1rem;
18 $font-family-monospace: Arial, "Noto Sans", sans-serif;
19 $yiq-text-light: $gray-300;
20 $secondary: $blue;
21 $text-muted: $gray-500;
22 $primary: $pink;
23 $navbar-light-hover-color: rgba($primary, .7);
24 $light: darken($gray-100,1.5);
25 $font-family-sans-serif: "Lucida Console", Monaco, monospace;