diff options
author | rekado <rekado@elephly.net> | 2016-12-19 12:07:01 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2016-12-19 12:13:58 +0100 |
commit | 7c4e08dde78953ada57dad8e82ac65be1bb18f48 (patch) | |
tree | 1d83a6c61f3c0ed1b912075c22bd2f1c9a3b2bd3 | |
parent | 8a057768fa631657bcbcf37f40faa02153b7566e (diff) |
css: Simplify heading styles.
-rw-r--r-- | static/css/screen.css | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/static/css/screen.css b/static/css/screen.css index def90eb..9caa16a 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -121,8 +121,6 @@ h1 { margin-top: 1.3rem; margin-bottom: 1.3rem; display: block; - font-family: "droid sans", sans-serif; - letter-spacing: -0.03em; font-size: 2.2rem; font-weight: 400; } @@ -139,19 +137,18 @@ h1 { h2, h3 { color: #333; margin-bottom: 0.5em; - clear: both; - letter-spacing: -0.02em; - font-size: 1.2rem; - font-weight: 300; - font-family: "Droid Sans", Arial, sans-serif; } + clear: both; } h2 { text-align: center; + font-size: 1.2rem; padding-bottom: 0.3em; - border-bottom: 2px solid #ff00ff; } + letter-spacing: -0.02em; } h3 { - font-size: 1.2rem; } + font-family: "Droid Sans", Arial, sans-serif; + font-size: 1em; + font-weight: bold; } a { color: #0aa; |