try updating the button color
All checks were successful
CI / test-and-build (push) Successful in 9m30s

This commit is contained in:
2026-03-24 11:37:23 +01:00
parent c8caacf1e2
commit d38b3eeab2
3 changed files with 7 additions and 34 deletions

View File

@@ -1,31 +0,0 @@
@import "tailwindcss";
@import "./font.css";
@theme {
--color-black: #000;
--color-white: #fff;
--color-primary: #ffff00;
--color-primary-dark: #504e18;
--color-primary-light: #ffff7b;
--color-secondary: #404040;
--color-secondary-light: #6b6b6b;
--color-secondary-dark: #2a2800;
--color-alive: oklch(69.6% 0.17 162.48); /* Tailwind emerald-500*/
--color-green: oklch(62.7% 0.194 149.214); /* Tailwind green-600 */
--color-yellow: oklch(68.1% 0.162 75.834); /* Tailwind yellow-600 */
--color-red: oklch(57.7% 0.245 27.325); /* Tailwind red-600 */
--color-on-primary: var(--color-secondary);
--color-on-secondary: var(--color-white);
--color-hover: var(--color-primary-dark);
--font-limelight: "Open Sans";
--default-font-family: var(--font-limelight);
--breakpoint-3xl: 112rem;
--breakpoint-4xl: 128rem;
}

View File

@@ -81,4 +81,8 @@ defineProps<{
opacity: 0.5; opacity: 0.5;
cursor: not-allowed; cursor: not-allowed;
} }
.btn--disabled:hover {
transform: scale(1) !important;
}
</style> </style>

View File

@@ -1,6 +1,6 @@
@import "tailwindcss"; @import 'tailwindcss';
@import "./font.css"; @import './font.css';
@theme { @theme {
--color-black: #000; --color-black: #000;
@@ -24,7 +24,7 @@
--color-on-secondary: var(--color-white); --color-on-secondary: var(--color-white);
--color-hover: var(--color-primary-dark); --color-hover: var(--color-primary-dark);
--font-limelight: "Open Sans"; --font-limelight: 'Open Sans';
--default-font-family: var(--font-limelight); --default-font-family: var(--font-limelight);
--breakpoint-3xl: 112rem; --breakpoint-3xl: 112rem;
--breakpoint-4xl: 128rem; --breakpoint-4xl: 128rem;