aboutsummaryrefslogtreecommitdiff
path: root/www/html/style.css
diff options
context:
space:
mode:
authorValentin <valentin@fricklerhandwerk.de>2025-12-20 18:22:27 +0100
committerValentin <valentin@fricklerhandwerk.de>2025-12-20 18:22:27 +0100
commit8b0a011c7c37d882a2e12ea8de38acaa9e782d38 (patch)
tree2daea25b800a0733baa6f45fd71afcadf02a9ffc /www/html/style.css
parent9a5020deaed97df8ab1307068f34a382b2e24b31 (diff)
parent0efd609dd832b11c4e4e20c008edc1cc52dbfbd9 (diff)
Merge branch 'nix-html'
HTML werden ab jetzt aus Nix-modulen generiert.
Diffstat (limited to 'www/html/style.css')
-rw-r--r--www/html/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/html/style.css b/www/html/style.css
index aa80e22..ae35f45 100644
--- a/www/html/style.css
+++ b/www/html/style.css
@@ -79,6 +79,10 @@ div.column, section {
flex-direction: column;
gap: 1.5pt;
}
+.content {
+ background-color: var(--background-secondary);
+ padding: 1rem;
+}
.row {
padding: 1rem;
border: 1pt inset red;