From 84a4430976800ca4885d097d9f4148b9d26b209e Mon Sep 17 00:00:00 2001 From: Adam Hyde <adam@coko.foundation> Date: Tue, 28 May 2024 22:52:20 +0000 Subject: [PATCH] Update theme.css --- static/css/theme-coko/theme.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/theme-coko/theme.css b/static/css/theme-coko/theme.css index 98099f5..d2f72e9 100644 --- a/static/css/theme-coko/theme.css +++ b/static/css/theme-coko/theme.css @@ -1,7 +1,8 @@ :root { - --font-body: "Cabin"; + /* --font-body: "Cabin"; */ --font-title: "Montserrat"; - --font-interface: "Cabin"; + /* --font-interface: "Cabin"; */ + font-weight: lighter; --color-background: #efefef; --color-body: #222222; @@ -15,7 +16,7 @@ --color-secondary-fade: rgba(224, 56, 122, 0.05); --color-trois: rgba(124, 64, 151, 1); - --font-size: 1em; + --font-size: 1.2em; /* --line-height: 20px; */ } -- GitLab