From b9a5ad125a8b027ba8ae7a0fe224b699b6ae00f5 Mon Sep 17 00:00:00 2001 From: Amberhva Date: Mon, 24 Apr 2023 11:57:07 +0200 Subject: [PATCH] Update added custom properties --- public/style.css | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index 5d4955e3..34459a51 100644 --- a/public/style.css +++ b/public/style.css @@ -1,4 +1,22 @@ -* { - margin: 0; - padding: 0; +:root { + /* CUSTOM PROPERTIES */ + /* Colours for specific allergies */ + --walnoot-kleur: #cd9540; + --amandel-kleur: #f1c17e; + --cashewnoot-kleur: #e68460; + --ei-kleur: #f4eb34; + --vis-kleur: #daeeee; + --hazelnoot-kleur: #baddce; + --pinda-kleur: #72afa6; + --schelp-kleur: #f1c8ba; + --soja-kleur: #eae3d2; + + /* Primaire kleuren */ + --donkerblauw: #152a45; + --wit: #ffffff; + --zwart: #121212; + --licht-grijs: #888682; + + /* Font Family */ + --body-font: "Montserrat"; }