1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Better distinguish H4 and H3 headings

This commit is contained in:
Martin Tůma 2021-06-30 07:27:27 +02:00
parent caf3d2546d
commit a310d688a8

View File

@ -208,6 +208,9 @@ h1.logo a span {
margin-bottom:8px; margin-bottom:8px;
margin-top:8px; margin-top:8px;
} }
#content h4 {
color:#555
}
#content ul { #content ul {
margin-left:30px; margin-left:30px;
} }