From 19a821c793c7435ac359a5c3f7b75ef96b9df601 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Fri, 2 Feb 2024 11:02:38 +0000 Subject: [PATCH] Add Beginnings of CSS --- css/colors.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 css/colors.css diff --git a/css/colors.css b/css/colors.css new file mode 100644 index 0000000..e1aa1a3 --- /dev/null +++ b/css/colors.css @@ -0,0 +1,3 @@ +:root { + --brand-blue: #0d283c +}