mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Thu 3 Nov 17:09:41 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
2c0bd1f3be
commit
f8db9866d3
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue