diff options
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; |
