diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 6518c17..44b3d1a 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | color: #ffffff; | 24 | color: #ffffff; |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | body { font-family: sans-serif; max-width: var(--content-width); margin: 0 auto; line-height: 160%; } | 27 | body { font-family: sans-serif; max-width: var(--content-width); margin: 0 auto; line-height: 160%; background: white; } |
| 28 | 28 | ||
| 29 | header { margin-block-start: 1em; margin-block-end: 4em; } | 29 | header { margin-block-start: 1em; margin-block-end: 4em; } |
| 30 | header nav { display: flex; gap: 1em; align-items: center; padding: 0.5em 0; border-bottom: 2px solid black; } | 30 | header nav { display: flex; gap: 1em; align-items: center; padding: 0.5em 0; border-bottom: 2px solid black; } |
