Make issue title bigger than type
This commit is contained in:
parent
aadb70fc3c
commit
d4957b8119
|
@ -74,6 +74,15 @@ body {
|
||||||
background-color: var(--base2) !important;
|
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 {
|
a:link, a:visited {
|
||||||
color: var(--base03);
|
color: var(--base03);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Reference in New Issue