]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/_variables.scss
Install static HTML templates
[ipfire.org.git] / src / scss / _variables.scss
CommitLineData
bc5b7100
MT
1/*
2 Colours
3*/
4$red-900: #b71c1c;
5$red-600: #e53935;
6
7$amber-800: #ff8f00;
8$yellow-700: #fbc02d;
9
10$blue-700: #1976d2;
11$blue-400: #42a5f5;
12
13$green-600: #43a047;
14$green-400: #66bb6a;
15
16$blue-grey-900: #263238;
17$blue-grey-700: #455a64;
18$blue-grey-600: #546e7a;
19$blue-grey-300: #90a4ae;
20$blue-grey-50: #eceff1;
21
22$orange-a400: #ff3d00;
23
24$cyan: #00bcd4;
b564c283
MT
25
26// Theme
27$primary: $red-900;