mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Reorder css related to h1 and h2.
This commit is contained in:
parent
ea704c8c91
commit
8317bde30f
@ -23,6 +23,14 @@ h3 {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 10px 0px;
|
||||
font-weight: normal;
|
||||
@ -66,14 +74,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.8em;
|
||||
}
|
||||
|
||||
span a:hover,
|
||||
p a:hover,
|
||||
ul a:hover,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user