]> git.bts.cx Git - garden.git/commitdiff
More updates to template
authorBen Sherratt <redacted>
Sat, 27 Dec 2025 16:55:27 +0000 (16:55 +0000)
committerBen Sherratt <redacted>
Sat, 27 Dec 2025 16:55:27 +0000 (16:55 +0000)
templates/style/screen.css

index 7fe052a181fd3586af8f4d71d4c1307624ea512a..b7441f702e6fe52cf0e1b8adb168d4d83d5d5135 100644 (file)
@@ -596,5 +596,6 @@ footer {
 body > * {
     padding: 0 30px;
     margin: 10px;
 body > * {
     padding: 0 30px;
     margin: 10px;
-    background-color: #fff;
+    background-color: rgba(255.0, 255.0, 255.0, 0.8);
+    border-radius: 7px;
 }
 }