try updating the button color
All checks were successful
CI / test-and-build (push) Successful in 9m30s
All checks were successful
CI / test-and-build (push) Successful in 9m30s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user