chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-08-15 04:53:12 +02:00
parent bf4384376e
commit cdc1d6a6a2
23 changed files with 413 additions and 248 deletions

View file

@ -143,12 +143,16 @@
.prose [class*="language-"] .has-focused .line:not(.focused) {
filter: blur(0.095rem);
opacity: 0.4;
transition: filter 0.35s, opacity 0.35s;
transition:
filter 0.35s,
opacity 0.35s;
}
.prose [class*="language-"] .has-focused .line:not(.focused) {
opacity: 0.7;
transition: filter 0.35s, opacity 0.35s;
transition:
filter 0.35s,
opacity 0.35s;
}
.prose [class*="language-"]:hover .has-focused .line:not(.focused) {