From c2834a13ef583fa64a945064f2fc6e81aaea9d5c Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Mon, 31 Oct 2022 19:08:59 +0200 Subject: [PATCH] update @ Mon 31 Oct 19:08:59 EET 2022 Signed-off-by: Ari Archer --- content/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/styles.css b/content/styles.css index e5836a5..ae270f6 100644 --- a/content/styles.css +++ b/content/styles.css @@ -193,6 +193,8 @@ blockquote * { *[data-pl] a { padding-right: 0.3em; 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; } @@ -201,7 +203,7 @@ blockquote * { opacity: 1; } -@media only screen and (max-width: 500px) { +@media only screen and (max-width: 600px) { *[data-pl] a { opacity: 1; } @@ -258,4 +260,8 @@ blockquote * { -webkit-text-decoration: underline dotted !important; text-decoration: underline dotted !important; } + + *[data-pl] a { + opacity: 1; + } }