From 5c99895dd01d4a39df8968d659d2c1526112967a Mon Sep 17 00:00:00 2001 From: Dario Giovannetti Date: Wed, 11 Mar 2015 15:45:00 +0800 Subject: ArchLinux skin: avoid duplicating assignment of the same color Signed-off-by: Pierre Schmitz --- skins/ArchLinux/arch.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'skins') diff --git a/skins/ArchLinux/arch.css b/skins/ArchLinux/arch.css index 8f2aa615..2e721074 100644 --- a/skins/ArchLinux/arch.css +++ b/skins/ArchLinux/arch.css @@ -4,14 +4,15 @@ body { } body, #content, -table { - color: #222; -} +table, h1, h2, h3, h4, -h5 { +h5, +pre, +code, +tt { color: #222; } h1 { @@ -21,7 +22,6 @@ pre, code, tt { background-color: #ebf1f5; - color: #222; font-family: monospace; } pre { -- cgit v1.2.2