From 0f9894afa1e2c534f671c87efac4a1ec9997d637 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Jan 2014 12:45:04 +0100 Subject: [PATCH] theme: Fix size and colouring of the headlines. --- html/html/themes/ipfire/include/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index aa7bd16b9d..5ce21790b3 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -124,7 +124,7 @@ h1, h2, h3, h4, h5, h6 { text-align: left; } -h2, h3, h4, h5, h6 { +h1 { color: #66000F; } @@ -223,7 +223,7 @@ iframe { #main_inner .post h2 { border-bottom: dotted 1px #e1e1e1; - font-size: 0.8em; + font-size: 1.6em; margin-bottom: 1em; } -- 2.39.5