From 54cd38bbaa87b0ccd3a5b71ee8cab640544deadf Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 11 Nov 2019 17:13:54 +0100 Subject: [PATCH] Always render product names bold --- src/pretix/static/pretixpresale/scss/_event.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/static/pretixpresale/scss/_event.scss b/src/pretix/static/pretixpresale/scss/_event.scss index ae006ae9b..010e20da6 100644 --- a/src/pretix/static/pretixpresale/scss/_event.scss +++ b/src/pretix/static/pretixpresale/scss/_event.scss @@ -57,6 +57,7 @@ font-size: inherit; margin: 0; line-height: inherit; + font-weight: bold; a { font-weight: bold; }