Skip to content
Snippets Groups Projects
Commit 0a4adc9b authored by Akihiro Suda's avatar Akihiro Suda Committed by Chris Lamb
Browse files

CSS: make <h4> distinguishable from <h3>


Fix #52

Signed-off-by: default avatarAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
parent 998f15a5
No related branches found
No related tags found
No related merge requests found
Pipeline #694745 passed with stage
in 2 minutes and 59 seconds
......@@ -48,7 +48,17 @@ main {
font-size: 1.5rem;
}
h4 {
font-size: 1.2rem;
}
h5 {
font-size: 1.1rem;
}
h6 {
font-size: 1.0rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment