diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/style/layout.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/style/layout.css b/web/style/layout.css index b18b42e..fb3da7c 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -74,18 +74,18 @@ section.message { border-radius: 8px; } .error { - padding: 1em; color: var(--c-error); font-family: monospace; } .warn { - padding: 1em; color: var(--c-warn); } .success { - padding: 1em; color: var(--c-success); } +.message p { + padding: 1em; +} footer { padding: 0.1em; @@ -158,7 +158,7 @@ summary h3 { width: max(10em, 40%); } -td, -th { +table.border td, +table.border th { border: 1px solid gray; } |