Skip to content

Commit

Permalink
fix: aumc theme menu, better base default (#4604)
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug authored Jan 17, 2025
1 parent 55656b8 commit 92572b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/tailwind-components/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--color-blue-700: #015CB6;
--color-blue-800: #014F9E;
--color-blue-900: #013F7E;
--color-grey-50: #F9F9F9;
--color-gray-50: #F9F9F9;
--color-gray-100: #F4F4F4;
--color-gray-200: #E2E2E2;
--color-gray-400: #C0C0C0;
Expand Down Expand Up @@ -91,7 +91,7 @@
--text-color-button-outline-hover: var(--color-blue-700);
--text-color-button-disabled: var(--color-gray-600);
--text-color-button-disabled-hover: var(--color-gray-600);
--text-color-menu: var(--color-blue-800);
--text-color-menu: var(--text-color-title);
--text-color-sub-menu: var(--color-blue-500);
--text-color-sub-menu-hover: var(--color-blue-700);
--text-color-breadcrumb-arrow: var(--color-gray-400);
Expand Down

0 comments on commit 92572b1

Please sign in to comment.