Make issue title bigger than type
This commit is contained in:
parent
aadb70fc3c
commit
ab3a1b5ae0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue