From 8b0edfffade23dad7ead437ee5d845860cdb1ee7 Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Sat, 25 Nov 2023 22:44:05 +0100 Subject: Implement blog page, add a few links --- assets/css/root.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'assets/css/root.scss') diff --git a/assets/css/root.scss b/assets/css/root.scss index 88d8614..9ffc849 100644 --- a/assets/css/root.scss +++ b/assets/css/root.scss @@ -1,9 +1,11 @@ :root { font-size: 16px; font-weight: 400; - font-family: 'Aleo', consolas; + font-family: 'Rubik', sans-serif; line-height: 1.5; + --font-heading: 'Aleo', "Roboto Slab", sans-serif; + --accent-1: hsl(152, 90%, 20%); --accent-2: hsl(152, 90%, 30%); --accent-3: hsl(152, 90%, 40%); -- cgit v1.3