Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a54b35d953 | |||
| c204dbbc7c | |||
| 4caf495c55 | |||
| 06d59de966 | |||
| ebe4e2e162 | |||
| c084936a83 | |||
| 032931e54f | |||
| 77d4951ee2 | |||
| 769dfd6e4b | |||
| 8c22f46f4d | |||
| ab7de4a0fb | |||
| 6d6c96e1be | |||
| 09b5a2f8a9 | |||
| fa9209192c | |||
| 78c757108d | |||
| 14bca653dc | |||
| ecd4d26e6c | |||
| 300ae6a5c3 | |||
| 230bc5c254 | |||
| 277d92d515 | |||
| 4c1bd045ae | |||
| 6ebf6245d6 | |||
| 5ed4be6a38 | |||
| 8832ced03f | |||
| fff69fe29d | |||
| 8cd8176023 | |||
| 80ae80eedf | |||
| fab2133160 | |||
| 89c51fe81a | |||
| 86082bdd94 | |||
| 2226985002 | |||
| 467dd0029e | |||
| 58a2b37a65 | |||
| b9c7fbee01 | |||
| 8f009cebcb | |||
| ba804be343 | |||
| ffbb83e3f3 | |||
| 5287c377ca | |||
| 9553c12eb2 | |||
| e092430f7e | |||
| a22bb77e1c | |||
| 8dcb8397d7 | |||
| ade3bc8ced | |||
| e5eda4d315 | |||
| af18c37878 |
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #0a0a0a;;
|
/* --background: #ffffff;;
|
||||||
--card: #1a1a1a;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #fffffae6;;
|
--foreground: #000f06e6;;
|
||||||
--primary-cta: #fde047;;
|
--primary-cta: #0a7039;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #737373;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #737373;; */
|
--background-accent: #c4c4c4;; */
|
||||||
|
|
||||||
--background: #0a0a0a;;
|
--background: #ffffff;;
|
||||||
--card: #1a1a1a;;
|
--card: #f9f9f9;;
|
||||||
--foreground: #fffffae6;;
|
--foreground: #000f06e6;;
|
||||||
--primary-cta: #fde047;;
|
--primary-cta: #0a7039;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--secondary-cta-text: #000f06e6;;
|
--secondary-cta-text: #000f06e6;;
|
||||||
--accent: #737373;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #737373;;
|
--background-accent: #c4c4c4;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user