summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:59:20 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:59:20 +0200
commit1bbbec62e0f4d444f894f765f9335f40ca64d3e9 (patch)
tree557e11ab2523f36f173c49af064ecec1657849e7 /style.css
parent8865b7e2ca4831087f0bea79a23fd6527394fb9d (diff)
Make fonterica great again
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index f166564..fcaff61 100644
--- a/style.css
+++ b/style.css
@@ -58,7 +58,7 @@ h1 {
58} 58}
59 59
60h2 { 60h2 {
61 font-size: 18pt; 61 font-size: 24pt;
62 font-weight: 300; 62 font-weight: 300;
63 cursor: pointer; 63 cursor: pointer;
64} 64}
@@ -221,10 +221,10 @@ ul {
221.footer { 221.footer {
222 background-color: #4A5D67; 222 background-color: #4A5D67;
223 color: #8E99A0; 223 color: #8E99A0;
224 font-size: 0.8em; 224 font-size: 11pt;
225 margin-left: 0; 225 margin-left: 0;
226 margin-right: 0; 226 margin-right: 0;
227 padding: 0.4em 0 0.4em 0; 227 padding: 0.2em 0 0 0;
228 text-align: center; 228 text-align: center;
229 width: 100%; 229 width: 100%;
230} 230}