From 259ca5040d95cc7c465486c8522ba0617433cb7c Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 6 Sep 2019 14:04:29 +0100 Subject: [PATCH] fix(css): do not override a:hover colour --- themes/typing/source/css/typing.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 50ab6d1..fc4f3a7 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -263,18 +263,6 @@ blockquote { display: inline-block; } -.copyright a, -.footer-content a, -.footer-links a { - color: #cacdd0; -} - -.copyright a:hover, -.footer-content a:hover, -.footer-links a:hover { - color: white; -} - .archive-footer, .post-footer { color: #cacdd0; @@ -542,10 +530,6 @@ blockquote { padding: 0; } -.article .article-meta a { - color: #cacdd0; -} - .article .article-meta .label { margin-right: 0.5em; }