aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_sass/variables.scss
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 18:24:25 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-06-07 19:13:08 +0200
commit7130402cfecc196ce79c8f07a9dba71974f085e3 (patch)
tree072e82de987c0a1f9d1fac8be9c8f097e9a9f37f /modules/private/websites/immae/history/_sass/variables.scss
parentfe4199f8ab922735b81557f71199fa73a378e540 (diff)
downloadNix-7130402cfecc196ce79c8f07a9dba71974f085e3.tar.gz
Nix-7130402cfecc196ce79c8f07a9dba71974f085e3.tar.zst
Nix-7130402cfecc196ce79c8f07a9dba71974f085e3.zip
Add history page
Diffstat (limited to 'modules/private/websites/immae/history/_sass/variables.scss')
-rw-r--r--modules/private/websites/immae/history/_sass/variables.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/private/websites/immae/history/_sass/variables.scss b/modules/private/websites/immae/history/_sass/variables.scss
new file mode 100644
index 0000000..5719431
--- /dev/null
+++ b/modules/private/websites/immae/history/_sass/variables.scss
@@ -0,0 +1,16 @@
1$primary-font: 'Source Sans Pro', sans-serif;
2$primary-color: #0775F8;
3$text-color-primary: #48586b;
4$border-color: #dae1e7;
5$bg-light: #f1f5f8;
6$blue: #0775F8;
7$purple: #6D75F1;
8$green: #00CECE;
9$red: #F7444E;
10$orange: #F27013;
11
12$tag-colors: ("blue": $blue,
13 "purple": $purple,
14 "green": $green,
15 "red": $red,
16 "orange": $orange); \ No newline at end of file