From 2d82707fcfba3752ec2ebadeb845607f2a5d694b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 4 Aug 2023 19:48:03 +0200 Subject: Style: Code background color --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 8447a9e..3c88f26 100644 --- a/templates/base.html +++ b/templates/base.html @@ -76,11 +76,11 @@ text-wrap: nowrap; overflow-x: auto; padding: 0 1em; - background: whitesmoke; + background: floralwhite; } code { - background: #fff0e3; + background: floralwhite; padding: 0 3px; font-size: 14px; } -- cgit v1.2.3