From ab3a1b5ae0a340125c1f103c7eadf6cb2218c8d7 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..bc2b1da 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -74,6 +74,15 @@ body { background-color: var(--base2) !important; } +.subject > div > div { + padding-left: 0; +} + +.subject h3 { + font-size: 1.5em; + clear: both; +} + a:link, a:visited { color: var(--base03); text-decoration: underline;