summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorCaoimhe Chaos <caoimhechaos@protonmail.com>2014-03-31 03:27:44 +0200
committerCaoimhe Chaos <caoimhechaos@protonmail.com>2014-03-31 03:28:10 +0200
commit11feb90b46314f48d2055a6bae5d1ea7e7caccb0 (patch)
tree31db9f5e4f25febaaab71aabd2e3bfb1be3501c6 /local.css
parentef1d99e82189f3f0bae6d8dc77858bc486539ecc (diff)
h1 und h2 sind zu wenig unterschiedlich; h2 verkleinern. h3 bekommt einen anderen Style um sich abzuheben.
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/local.css b/local.css
index 190e9ec3..02951ca5 100755
--- a/local.css
+++ b/local.css
@@ -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