Enhance light mode styles for buttons and CTAs
- Added text-shadow to primary buttons for improved visibility in light mode. - Updated secondary button styles with specific light mode enhancements, including color, border, and background adjustments. - Introduced light mode fixes for secondary CTAs, ensuring better visibility and user experience. - Refined styles for CTA buttons to enhance their appearance and interaction in light mode.
This commit is contained in:
@@ -38,6 +38,7 @@ import '@fontsource-variable/inter';
|
||||
--aw-color-text-heading: rgb(0 0 0);
|
||||
--aw-color-text-default: rgb(16 16 16);
|
||||
--aw-color-text-muted: rgb(0, 0, 0);
|
||||
--aw-color-text-page: rgb(16 16 16);
|
||||
--aw-color-bg-page: rgb(255 255 255);
|
||||
|
||||
--aw-color-bg-page-dark: rgb(3 6 32);
|
||||
@@ -59,6 +60,7 @@ import '@fontsource-variable/inter';
|
||||
--aw-color-text-heading: rgb(247, 248, 248);
|
||||
--aw-color-text-default: rgb(229 236 246);
|
||||
--aw-color-text-muted: rgb(229 236 246 / 85%);
|
||||
--aw-color-text-page: rgb(229 236 246);
|
||||
--aw-color-bg-page: rgb(3 6 32);
|
||||
|
||||
::selection {
|
||||
|
Reference in New Issue
Block a user