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:
@@ -2,8 +2,7 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user