diff options
| author | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2014-03-31 03:27:44 +0200 |
|---|---|---|
| committer | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2014-03-31 03:28:10 +0200 |
| commit | 11feb90b46314f48d2055a6bae5d1ea7e7caccb0 (patch) | |
| tree | 31db9f5e4f25febaaab71aabd2e3bfb1be3501c6 | |
| parent | ef1d99e82189f3f0bae6d8dc77858bc486539ecc (diff) | |
h1 und h2 sind zu wenig unterschiedlich; h2 verkleinern. h3 bekommt einen anderen Style um sich abzuheben.
| -rwxr-xr-x | local.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -80,12 +80,14 @@ h1 h2 { - font-size: 20pt; + font-size: 19pt; } h3 { - font-size: 18pt; + font-size: 19pt; + font-style: italic; + color: #777777; } h4 |
