-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3187 from KBVE/patch-atomic-herbmail-deployment-1…
…1-07-2024-1730974089 [CI] Merge patch-atomic-herbmail-deployment-11-07-2024-1730974089 into dev
- Loading branch information
Showing
83 changed files
with
7,931 additions
and
1,948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* global.css */ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
:root { | ||
/* Background colors */ | ||
--border: 220 20% 20%; /* darker zinc-like shade */ | ||
--input: 210 22% 96%; | ||
--ring: 206 100% 50%; | ||
--background: 210 40% 98%; /* dark zinc background */ | ||
--foreground: 220 13% 13%; /* light foreground for contrast */ | ||
|
||
/* Button colors */ | ||
--primary: 130 80% 40%; /* vibrant green */ | ||
--primary-foreground: 0 0% 100%; | ||
|
||
--secondary: 140 40% 30%; /* subdued green for secondary buttons */ | ||
--secondary-foreground: 0 0% 100%; | ||
|
||
/* Alert/Destructive colors */ | ||
--destructive: 4 90% 58%; /* red for destructive actions */ | ||
--destructive-foreground: 0 0% 100%; | ||
|
||
/* Muted, accent, and additional colors */ | ||
--muted: 210 16% 93%; /* soft muted gray */ | ||
--muted-foreground: 210 22% 49%; | ||
|
||
--accent: 174 62% 47%; /* teal accent */ | ||
--accent-foreground: 0 0% 100%; | ||
|
||
--popover: 210 24% 92%; /* popover with slight contrast to background */ | ||
--popover-foreground: 210 22% 33%; | ||
|
||
/* Card colors */ | ||
--card: 220 13% 15%; /* slightly lighter than background */ | ||
--card-foreground: 210 22% 20%; | ||
|
||
/* Border radius */ | ||
--radius: 8px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.