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;