From e91a11f0e7b9e51a80f0bba98fad377a1d2501d1 Mon Sep 17 00:00:00 2001 From: faucet <102884856+faucetlol2@users.noreply.github.com> Date: Wed, 12 Apr 2023 09:22:54 +0100 Subject: [PATCH] Fix link colors for descriptions --- release/eSixCafe.user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/eSixCafe.user.css b/release/eSixCafe.user.css index fc24a03..a5c216c 100644 --- a/release/eSixCafe.user.css +++ b/release/eSixCafe.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name eSix Café @namespace mandorinn -@version 1.6.9 +@version 1.7.0 @description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you! @author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)] @updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css @@ -1878,7 +1878,7 @@ if themep == classic { display: none; } /* Link colors */ - #description a, #post-description-container .dtext-container a, .about-section a, .comment-post-grid .styled-dtext .dtext-link, .dtext-formatter .dtext-link:not([href^="/user/show/"], #c-wiki-pages a) { + #description a, #post-description-container .styled-dtext a, .about-section a, .comment-post-grid .styled-dtext .dtext-link, .dtext-formatter .dtext-link:not([href^="/user/show/"], #c-wiki-pages a) { color: var(--content-link)!important; &:hover { color: var(--content-link-hover)!important;