1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-03 15:07:43 +02:00

fix contrast issue for subheadingS

This commit is contained in:
Danny van Kooten
2023-10-09 20:20:53 +02:00
parent 21138ea0a2
commit d22ec7c708

View File

@@ -1,9 +1,8 @@
body {
padding:50px;
padding: 50px;
font:16px/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777;
font-weight:300;
color: #444;
}
h1, h2, h3, h4, h5, h6 {
@@ -140,8 +139,8 @@ footer {
}
h1 small {
color: lightGray;
font-size: 60%;
color: #888;
font-size: 16px;
display: block;
margin-bottom: 10px;
}