From 72d2018f04f55cb9b7b86652e3d1738873cf1095 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Fri, 2 Aug 2019 19:37:12 +0530 Subject: improve styles --- docs/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 348e832..2198b75 100644 --- a/docs/style.css +++ b/docs/style.css @@ -86,21 +86,20 @@ hr { } a, a:hover, a:visited, a:active { - text-decoration: none; transition: ease 0.2s; + color: var(--light-black); } a:hover, a:active { background-color: var(--dark-white); } -.post-link { - color: var(--black); +.post-link, .post-link:hover, .post-link:visited, .post-link:active { + color: var(--black); !important font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1rem; text-decoration: none; - text-decoration-skip: objects edges box-decoration; } .post-end-link, .post-end-link:hover, .post-end-link:visited, .post-end-link:active -- cgit v1.2.3