aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-27 15:39:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-27 15:39:39 +0300
commit24be0ba3c2d29fd0318b427019dc7e05f3b97caa (patch)
tree95290939b50922df869d78ec7bd86819bf7238d7 /css
parentadjust Gemfiles for Cygwin (diff)
downloadjekyll-theme-24be0ba3c2d29fd0318b427019dc7e05f3b97caa.tar.gz
jekyll-theme-24be0ba3c2d29fd0318b427019dc7e05f3b97caa.zip
fix markup semantics
Diffstat (limited to 'css')
-rw-r--r--css/common/misc.css8
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;
+}