aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss
blob: 44a819b7913dbd6092aacd94f690951d9f8d6e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Crimson+Text:400,400i,700");
// colors
$light-color: #fcfbf7;
$light-color-secondary: rgb(241, 239, 235);
$main-accent: #61aaa3;
// $alt-accent: #cdd5ec;
// $alt-accent: #cdeceb;
$alt-accent: #59dff7;
$lighter-alt-accent: rgb(207, 220, 240);
$intermediate-color: #9c9396;
$dark-color: #121721;
// fonts
$sans-serif: "Noto Sans", sans-serif;
// $sans-serif: "Roboto Slab", sans-serif;
$serif: "Crimson Text", serif;
// misc values
$border-radius: 0.3em;