From 010e4e5250c6629e31ffd2716ac558e127e163d8 Mon Sep 17 00:00:00 2001 From: Jan Palma Date: Sat, 28 Feb 2026 16:24:59 +0100 Subject: OG Image + Fonts --- assets/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/theme.css b/assets/css/theme.css index d47d9b9..4feaf75 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1,7 +1,8 @@ -@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap'); html { --base: #171715; + --base-2: #20201d; + --base-3: #242420; --text: #efefd2; --code: #424237; -- cgit v1.3-7-ge9ab