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