Adapted Header and Background Style for CIS-CI Pages

This commit is contained in:
Andreas Österreicher
2019-10-28 14:43:05 +01:00
parent 25c2d57993
commit 2d68d2ffeb
+14
View File
@@ -2,22 +2,36 @@
margin: 10px 0 5px;
}
h1 {
margin-top: 0px;
font-size: 2rem;
}
h2 {
margin-top: 0px;
font-size: 1.8rem;
}
h3 {
margin-top: 0px;
font-size: 1.6rem;
}
h4 {
margin-top: 0px;
font-size: 1.4rem;
}
h5 {
margin-top: 0px;
font-size: 1.2rem;
}
h6 {
margin-top: 0px;
font-size: 1rem;
}
body
{
background-color: white;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 1;
}