1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-06 16:36: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 { body {
padding:50px; padding: 50px;
font:16px/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; font:16px/1.5 Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#777; color: #444;
font-weight:300;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
@@ -140,8 +139,8 @@ footer {
} }
h1 small { h1 small {
color: lightGray; color: #888;
font-size: 60%; font-size: 16px;
display: block; display: block;
margin-bottom: 10px; margin-bottom: 10px;
} }