From d4957b81196a6208164a01d2cc8a39cc25f224c4 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Fri, 29 Dec 2023 14:59:14 +0000 Subject: [PATCH] Make issue title bigger than type --- stylesheets/application.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index a7f6650..19771fd 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -74,6 +74,15 @@ body { background-color: var(--base2) !important; } +.subject > div > div, div.issue div.subject div div { + padding-left: 0; +} + +.subject h3 { + font-size: 1.5em; + clear: both; +} + a:link, a:visited { color: var(--base03); text-decoration: underline;