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