diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-16 22:31:29 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 17:44:07 +0100 |
| commit | 6c54d824d64a752e48d03e98477047629b392003 (patch) | |
| tree | 33ca8a1a2818949af57c5c8fc4f375ae6e7197b5 /www/html/style.css | |
| parent | ab36912ee135d4897730b31d6e767d51bcf54e40 (diff) | |
Stylesheet auf allen Seiten angeglichen
Dabei kleine Vereinfachungen vorgenommen.
Diffstat (limited to 'www/html/style.css')
| -rw-r--r-- | www/html/style.css | 4 |
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; |
