diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 18:22:27 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 18:22:27 +0100 |
| commit | 8b0a011c7c37d882a2e12ea8de38acaa9e782d38 (patch) | |
| tree | 2daea25b800a0733baa6f45fd71afcadf02a9ffc /www/html/style.css | |
| parent | 9a5020deaed97df8ab1307068f34a382b2e24b31 (diff) | |
| parent | 0efd609dd832b11c4e4e20c008edc1cc52dbfbd9 (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.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; |
