mirror of https://github.com/zulip/zulip.git
/help/: Make "| User Documentation" in header more prominent.
This makes the section more visible through increasing the font weight.
This commit is contained in:
parent
ee7f7f00ac
commit
80545e30d4
|
@ -528,8 +528,9 @@ input.text-error {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-weight: 300;
|
font-weight: 400;
|
||||||
color: #aaa;
|
color: #333;
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-main .logo pipe {
|
.header-main .logo pipe {
|
||||||
|
|
Loading…
Reference in New Issue