Compare commits
4 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a73b7b06 | |||
| 3c533f19ad | |||
| ea251333ec | |||
| 2f973f1090 |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/darkTheme/professionalBlue */
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #f1f5f9;
|
||||
--primary-cta: #0ea5e9;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #334155;
|
||||
--secondary-cta-text: #f1f5f9;
|
||||
--accent: #38bdf8;
|
||||
--background-accent: #0284c7;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* @layout/border-radius/soft */
|
||||
--radius: 1.5rem;
|
||||
|
||||
Reference in New Issue
Block a user