From 0bf59677249ff726ad467209a82932048ff62fa4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Nov 2016 15:43:01 +0300 Subject: fix markup semantics --- css/common/misc.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'css') diff --git a/css/common/misc.css b/css/common/misc.css index 49072c4..617aced 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -1,3 +1,14 @@ .wide-enough { max-width: 400px; } +.wider { + max-width: 600px; +} +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, +h6 a { + color: inherit; +} -- cgit v1.2.3