From f8db9866d37400a12ad724fe04f2b80743df430e Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 3 Nov 2022 17:09:41 +0200 Subject: [PATCH] update @ Thu 3 Nov 17:09:41 EET 2022 Signed-off-by: Ari Archer --- content/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/styles.css b/content/styles.css index 7314496..1cefa32 100644 --- a/content/styles.css +++ b/content/styles.css @@ -193,7 +193,7 @@ blockquote * { font-size: inherit !important; } -*[data-pl] a { +*[data-pl] > a { padding-right: 0.3em; opacity: 0.3; -webkit-transition: opacity 0.1s ease-in-out; @@ -201,13 +201,13 @@ blockquote * { transition: opacity 0.1s ease-in-out; } -*[data-pl]:hover a, -*[data-pl]:focus a { +*[data-pl]:hover > a, +*[data-pl]:focus > a { opacity: 1; } @media only screen and (max-width: 1200px) { - *[data-pl] a { + *[data-pl] > a { opacity: 1; } } @@ -264,7 +264,7 @@ blockquote * { text-decoration: underline dotted !important; } - *[data-pl] a { + *[data-pl] > a { opacity: 1; } }