update @ Thu 3 Nov 17:09:41 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-11-03 17:09:41 +02:00
parent 2c0bd1f3be
commit f8db9866d3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -193,7 +193,7 @@ blockquote * {
font-size: inherit !important; font-size: inherit !important;
} }
*[data-pl] a { *[data-pl] > a {
padding-right: 0.3em; padding-right: 0.3em;
opacity: 0.3; opacity: 0.3;
-webkit-transition: opacity 0.1s ease-in-out; -webkit-transition: opacity 0.1s ease-in-out;
@ -201,13 +201,13 @@ blockquote * {
transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out;
} }
*[data-pl]:hover a, *[data-pl]:hover > a,
*[data-pl]:focus a { *[data-pl]:focus > a {
opacity: 1; opacity: 1;
} }
@media only screen and (max-width: 1200px) { @media only screen and (max-width: 1200px) {
*[data-pl] a { *[data-pl] > a {
opacity: 1; opacity: 1;
} }
} }
@ -264,7 +264,7 @@ blockquote * {
text-decoration: underline dotted !important; text-decoration: underline dotted !important;
} }
*[data-pl] a { *[data-pl] > a {
opacity: 1; opacity: 1;
} }
} }