From dd2ad8f70eefb911cefbbdae755a395ec03c907f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 3 Jan 2020 12:32:23 -0500 Subject: [PATCH] Make brand preset subtitle normal weight --- css/80_app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 2a871b75c..09b854e97 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1157,6 +1157,9 @@ a.hide-toggle { text-overflow: ellipsis; overflow: hidden; } +.preset-list-button .label-inner .namepart:nth-child(2) { + font-weight: normal; +} .preset-list-button:hover .label, .preset-list-button:focus .label,