@@ -2415,6 +2415,13 @@ body.zen-mode-enable {
24152415 }
24162416 }
24172417 }
2418+ .group-hover\:underline-offset-2 {
2419+ & : is (: where (.group ): hover * ) {
2420+ @media (hover : hover) {
2421+ text-underline-offset : 2px ;
2422+ }
2423+ }
2424+ }
24182425 .group-hover\:opacity-100 {
24192426 & : is (: where (.group ): hover * ) {
24202427 @media (hover : hover) {
@@ -3721,44 +3728,29 @@ a {
37213728pre {
37223729 text-align : left;
37233730}
3724- .thumbnail {
3725- min-width : 300px ;
3726- height : 180px ;
3731+ .thumbnail , .thumbnail_card , .thumbnail_card_related , .thumbnail_card_term , .single_hero_basic , .single_hero_background {
37273732 background-repeat : no-repeat;
37283733 background-size : cover;
37293734 background-position : center;
37303735}
3736+ .thumbnail {
3737+ min-width : 300px ;
3738+ height : 180px ;
3739+ }
37313740.thumbnail_card {
37323741 height : 200px ;
3733- background-repeat : no-repeat;
3734- background-size : cover;
3735- background-position : center;
37363742}
37373743.thumbnail_card_related {
37383744 height : 150px ;
3739- background-repeat : no-repeat;
3740- background-size : cover;
3741- background-position : center;
37423745}
37433746.thumbnail_card_term {
37443747 height : 150px ;
3745- background-repeat : no-repeat;
3746- background-size : cover;
3747- background-position : center;
3748- }
3749- .single_hero_basic {
3750- background-repeat : no-repeat;
3751- background-size : cover;
3752- background-position : center;
37533748}
37543749.single_hero_round {
37553750 max-height : 50vh ;
37563751 object-fit : cover;
37573752}
37583753.single_hero_background {
3759- background-repeat : no-repeat;
3760- background-size : cover;
3761- background-position : center;
37623754 z-index : -10 ;
37633755}
37643756.hero_gradient {
@@ -3821,6 +3813,9 @@ pre {
38213813 text-decoration-thickness : 3px ;
38223814 text-underline-offset : 4px ;
38233815}
3816+ .group-hover-card : hover : has (.group-hover-cancel : hover ) .group-hover-card-title {
3817+ text-decoration : none !important ;
3818+ }
38243819@layer base {
38253820 [type = 'text' ], input : where (: not ([type ])), [type = 'email' ], [type = 'url' ], [type = 'password' ], [type = 'number' ], [type = 'date' ], [type = 'datetime-local' ], [type = 'month' ], [type = 'search' ], [type = 'tel' ], [type = 'time' ], [type = 'week' ], [multiple ], textarea , select {
38263821 appearance : none;
0 commit comments