From 97b51818fdc378bbc45090892f7ff1fd998c4856 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Thu, 18 Jan 2024 14:32:12 +0100 Subject: [PATCH] Fixed styling of ticket page (wrong bg color) --- scss/trachacks.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scss/trachacks.scss b/scss/trachacks.scss index 281abee..52518a8 100644 --- a/scss/trachacks.scss +++ b/scss/trachacks.scss @@ -176,8 +176,10 @@ blockquote.citation { } #ticket { - background-color: $white; - border-color: $gray-line; + #ticketbox { + background-color: $white; + border-color: $gray-line; + } table.properties { border-top-color: $gray-line; th, th.missing {