mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Mon 31 Oct 19:08:59 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
ea557e146e
commit
c2834a13ef
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue