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 ++-- templates/index.html | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) 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; } diff --git a/templates/index.html b/templates/index.html index 2c4a71b..a46712b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,9 +12,7 @@ {{ define "content" }}

{{ .Config.Description }}

-

Please stop offering me a redesign of this webpage. This site - intentionally looks like it does!

- +

What I am currently working on

Semi-live status of things to keep myself honest!

-- cgit v1.2.3