update @ Mon 31 Oct 19:08:59 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-10-31 19:08:59 +02:00
parent ea557e146e
commit c2834a13ef
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,6 +193,8 @@ blockquote * {
*[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;
-o-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out;
} }
@ -201,7 +203,7 @@ blockquote * {
opacity: 1; opacity: 1;
} }
@media only screen and (max-width: 500px) { @media only screen and (max-width: 600px) {
*[data-pl] a { *[data-pl] a {
opacity: 1; opacity: 1;
} }
@ -258,4 +260,8 @@ blockquote * {
-webkit-text-decoration: underline dotted !important; -webkit-text-decoration: underline dotted !important;
text-decoration: underline dotted !important; text-decoration: underline dotted !important;
} }
*[data-pl] a {
opacity: 1;
}
} }