From 0877d7678fbd59a9289858947f4bfb4d343d3ef9 Mon Sep 17 00:00:00 2001
From: "Peter J. Holzer" <hjp@hjp.at>
Date: Mon, 7 Nov 2022 21:40:20 +0100
Subject: [PATCH] Make blue-background-class true ;-)

---
 static/style.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/static/style.css b/static/style.css
index a44c886..dd12f00 100644
--- a/static/style.css
+++ b/static/style.css
@@ -11,3 +11,7 @@ body {
   border: #CCC 1px solid;
   border-radius: 0.2em;
 }
+
+.blue-background-class {
+  background: #CDF;
+}