Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7de4e9c51d | |||
| 443d603adc |
@@ -3,20 +3,20 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #0a0a0a;;
|
/* --background: #0a0a0a;;
|
||||||
--card: #1a1a1a;;
|
--card: #000000;;
|
||||||
--foreground: #ffffffe6;;
|
--foreground: #ff0000;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #ff0000;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #000000;;
|
||||||
--accent: #737373;;
|
--accent: #ff0000;;
|
||||||
--background-accent: #737373;; */
|
--background-accent: #000000;; */
|
||||||
|
|
||||||
--background: #0a0a0a;;
|
--background: #000000;;
|
||||||
--card: #1a1a1a;;
|
--card: #000000;;
|
||||||
--foreground: #ffffffe6;;
|
--foreground: #ff0000;;
|
||||||
--primary-cta: #e63946;;
|
--primary-cta: #ff0000;;
|
||||||
--secondary-cta: #1a1a1a;;
|
--secondary-cta: #000000;;
|
||||||
--accent: #737373;;
|
--accent: #ff0000;;
|
||||||
--background-accent: #737373;;
|
--background-accent: #000000;;
|
||||||
|
|
||||||
/* 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