From 6414cd39b9a2c2ea03f37493eca1c1be4222d9d7 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 8 Aug 2024 13:05:37 -0400 Subject: [PATCH] Change code colour --- static/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/custom.css b/static/css/custom.css index 3c12eec..be694c2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,3 +1,7 @@ body { font-family: JetBrains Mono; -}; +} + +code { + color: #c9ee44; +}