From 20fc85ca3e02ec291ecc016bf7ba9b3f422a8754 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Thu, 18 Apr 2024 19:17:10 -0400 Subject: [PATCH] expando text line-height and background --- public/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 267da94..b349a25 100644 --- a/public/style.css +++ b/public/style.css @@ -62,7 +62,7 @@ summary { min-width: 3px; min-height: 38px; } -.comment .content { +.comment .content, .expando .md { line-height: 20px; overflow:hidden; max-width: 840px; @@ -1083,7 +1083,7 @@ body.dark { background-color: #262626; } .dark .expando .md { - background-color: #262626; + background-color: #373737; color: #ddd; border-color: #666; }