mirror of https://github.com/zulip/zulip.git
css: Increase font size of solutions headings.
11px is really just too small to be readable.
This commit is contained in:
parent
0e4aee48e9
commit
ad6a175c95
|
@ -645,6 +645,7 @@ input.text-error {
|
||||||
&.nav-header {
|
&.nav-header {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue