From 495696bad6617c08bd4fdf4b7757fc8dc3a41300 Mon Sep 17 00:00:00 2001 From: ToaKraka <67241462+ToaKraka@users.noreply.github.com> Date: Sun, 7 Jan 2024 15:23:11 -0500 Subject: [PATCH] Make pre elements legible --- files/assets/css/main.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 555a5e81d..8a5b5a104 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5375,7 +5375,3 @@ div[id^="reply-edit-"] li > p:first-child { .volunteer_janitor_result_bad_3 { background-color: hsl(0, 100%, 80%); } - -pre { - line-height: .5rem; -}