From aabd85edb8725551fda58639e38474f13b20b575 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Tue, 3 Sep 2019 17:49:14 +0100 Subject: [PATCH] fix(css): link font color should be consistent with text --- themes/typing/source/css/typing.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index fee778c..e11d778 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -53,7 +53,7 @@ h3 { } a { - color: #222; + color: inherit; transition: color 0.25s linear; cursor: pointer; } @@ -370,7 +370,6 @@ blockquote { .tag-container a, .tag-container a:hover { border: 0; - color: inherit; } .archive-container .header,