🚑 Hotfix: Fix title not being hoverable

This commit is contained in:
Served Smart
2025-07-17 21:26:34 +02:00
parent 4d1d3c5311
commit 8d9c93e7b8
5 changed files with 20 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */
@layer properties;
#zen-mode-button {
@@ -2415,6 +2415,13 @@ body.zen-mode-enable {
}
}
}
.group-hover\:underline-offset-2 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
text-underline-offset: 2px;
}
}
}
.group-hover\:opacity-100 {
&:is(:where(.group):hover *) {
@media (hover: hover) {