Skip to content

Commit

Permalink
Fix hover style in price card
Browse files Browse the repository at this point in the history
  • Loading branch information
osgsm committed Jan 21, 2025
1 parent e517e05 commit 79a6c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wp-content/themes/galactictalk/assets/css/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-content/themes/galactictalk/assets/css/front.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-content/themes/galactictalk/parts/price-card.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
'このプランを申し込む',
array(
'href' => '#',
'class' => 'mx-auto w-full !min-w-0 self-end border-white !px-24 !py-16 text-white md:max-w-320',
'class' => 'mx-auto w-full !min-w-0 self-end border-white !px-24 !py-16 text-white before:!bg-white hover:!bg-white hover:!text-[--bg] md:max-w-320',
)
);
?>
Expand Down

0 comments on commit 79a6c91

Please sign in to comment.