Make issue title bigger than type

This commit is contained in:
Trevor Vallender 2023-12-29 14:59:14 +00:00
parent aadb70fc3c
commit ab3a1b5ae0
1 changed files with 9 additions and 0 deletions

View File

@ -74,6 +74,15 @@ body {
background-color: var(--base2) !important; background-color: var(--base2) !important;
} }
.subject > div > div {
padding-left: 0;
}
.subject h3 {
font-size: 1.5em;
clear: both;
}
a:link, a:visited { a:link, a:visited {
color: var(--base03); color: var(--base03);
text-decoration: underline; text-decoration: underline;