From 798a89a7f9e42d43fa30e78d559e1ba7fd26decf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 20 May 2023 16:27:02 +0200 Subject: [PATCH] update theme (remove colors) --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 0f1be36..c31cefd 100644 --- a/theme.css +++ b/theme.css @@ -8,12 +8,14 @@ src: url('./fonts/ubuntu-mono.ttf'); } +/* :root { --color-hover: #3c7ead; --color-primary-light-1: #4793cc; --color-primary: #4793cc; --fonts-override: 'Ubuntu'; } +*/ .code-block, .code-block code { font-family: 'UbuntuMono';