Compare commits
5 Commits
version_8
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d728c2070 | |||
| 2db5411ff9 | |||
| 50d2277262 | |||
| 9c8fa50c52 | |||
| 6f24847cb7 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fafffb;
|
--background: #0a0a0a;
|
||||||
--card: #f7fffa;
|
--card: #1a1a1a;
|
||||||
--foreground: #001a0a;
|
--foreground: #fff0f0e6;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #ff3d4a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #a8d9be;
|
--accent: #7b2d2d;
|
||||||
--background-accent: #6bbf8e;
|
--background-accent: #b8111f;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ export default function Page() {
|
|||||||
text: "View All Programs",
|
text: "View All Programs",
|
||||||
href: "courses"
|
href: "courses"
|
||||||
}
|
}
|
||||||
]}
|
]
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user