From e43e5e751a4577702a9a344dc3d3fc337b9089a1 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Fri, 6 Sep 2019 13:53:35 +0100 Subject: [PATCH] fix(css): article-nav-link colour --- themes/typing/source/css/typing.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 61fcf62..10d5640 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -191,12 +191,6 @@ samp { background: #333; } -.article .article-entry blockquote footer cite a:hover, -.article .article-nav-link-wrap:hover { - border-bottom: 1px solid; - transition: color 0.1s linear; -} - /* Hide post's excerpt in article */ .p-summary { display: none; @@ -518,7 +512,6 @@ blockquote { .article .article-nav-link-wrap { display: inline-block; - color: #cacdd0; padding: 0 1em; width: 49%; box-sizing: border-box;