diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-27 15:39:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-27 15:39:39 +0300 |
commit | 24be0ba3c2d29fd0318b427019dc7e05f3b97caa (patch) | |
tree | 95290939b50922df869d78ec7bd86819bf7238d7 /css/common | |
parent | adjust Gemfiles for Cygwin (diff) | |
download | jekyll-theme-24be0ba3c2d29fd0318b427019dc7e05f3b97caa.tar.gz jekyll-theme-24be0ba3c2d29fd0318b427019dc7e05f3b97caa.zip |
fix markup semantics
Diffstat (limited to 'css/common')
-rw-r--r-- | css/common/misc.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/common/misc.css b/css/common/misc.css index c6cbd9d..617aced 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -4,3 +4,11 @@ .wider { max-width: 600px; } +h1 a, +h2 a, +h3 a, +h4 a, +h5 a, +h6 a { + color: inherit; +} |