diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-11 11:46:55 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-11 11:46:55 +0100 |
| commit | b095f33fcc7950e9f6d28e8eb1968c79f1f01164 (patch) | |
| tree | 063873a24f87da5fd71955d93d514c56071544b3 /templates/base.html | |
| parent | a968c75aecc23d295aac36b3e55a19e7dc76d6df (diff) | |
| download | mitjafelicijan.com-b095f33fcc7950e9f6d28e8eb1968c79f1f01164.tar.gz | |
Fixed table heading background
Diffstat (limited to 'templates/base.html')
| -rwxr-xr-x | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index bb899f6..76c5ebc 100755 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -129,7 +129,7 @@ | |||
| 129 | word-break: break-all; | 129 | word-break: break-all; |
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | table th { border-bottom: 1px solid gainsboro; background: #efefef; } | 132 | table th { border-bottom: 1px solid gainsboro; background: var(--code-background); } |
| 133 | table td, table th { padding: 0.3em 0.8em; text-align: left; } | 133 | table td, table th { padding: 0.3em 0.8em; text-align: left; } |
| 134 | 134 | ||
| 135 | .promobox { | 135 | .promobox { |
