]> git.bts.cx Git - garden.git/commitdiff
Added background
authorBen Sherratt <redacted>
Sat, 27 Dec 2025 16:32:06 +0000 (16:32 +0000)
committerBen Sherratt <redacted>
Sat, 27 Dec 2025 16:32:06 +0000 (16:32 +0000)
templates/assets/bg.png [new file with mode: 0644]
templates/style/screen.css

diff --git a/templates/assets/bg.png b/templates/assets/bg.png
new file mode 100644 (file)
index 0000000..350f8c2
Binary files /dev/null and b/templates/assets/bg.png differ
index ebb16695451c1fa55dcd9902bcebdedfc8595c16..f92c8df738976756310b5e80d467856899f413f6 100644 (file)
@@ -559,6 +559,8 @@ code {
 }
 
 body {
+    background: #5fcde4;
+    background-image: url(../assets/bg.png);
   display: grid;
   width: 100%;
   height: 200px;