From 3207ae5686a489eef7ecc91e624adbb2737ef2eb Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 20 Aug 2023 14:39:04 -0600 Subject: [PATCH] Lint --- static/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 76a148f09..e0077e616 100644 --- a/static/style.css +++ b/static/style.css @@ -487,11 +487,13 @@ blockquote { border-collapse: collapse; border: none; } -.tsd-typography td, .tsd-typography th { +.tsd-typography td, +.tsd-typography th { padding: 6px 13px; border: 1px solid var(--color-accent); } -.tsd-typography thead, .tsd-typography tr:nth-child(even) { +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { background-color: var(--color-background-secondary); }