From a82f0919d535ba5d86abfbe653bad8ba0fdcf51f Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:51:48 +0100 Subject: More development --- assets/css/root.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 assets/css/root.scss (limited to 'assets/css/root.scss') diff --git a/assets/css/root.scss b/assets/css/root.scss new file mode 100644 index 0000000..88d8614 --- /dev/null +++ b/assets/css/root.scss @@ -0,0 +1,14 @@ +:root { + font-size: 16px; + font-weight: 400; + font-family: 'Aleo', consolas; + line-height: 1.5; + + --accent-1: hsl(152, 90%, 20%); + --accent-2: hsl(152, 90%, 30%); + --accent-3: hsl(152, 90%, 40%); + --accent-4: hsl(152, 90%, 50%); + --accent-5: hsl(152, 90%, 60%); + --accent-6: hsl(152, 90%, 70%); + --accent-7: hsl(152, 90%, 80%); +} \ No newline at end of file -- cgit v1.3