Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7de4e9c51d | |||
| 443d603adc | |||
| 01c7be9346 |
@@ -3,20 +3,20 @@
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffffe6;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;; */
|
||||
--card: #000000;;
|
||||
--foreground: #ff0000;;
|
||||
--primary-cta: #ff0000;;
|
||||
--secondary-cta: #000000;;
|
||||
--accent: #ff0000;;
|
||||
--background-accent: #000000;; */
|
||||
|
||||
--background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffffe6;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;;
|
||||
--background: #000000;;
|
||||
--card: #000000;;
|
||||
--foreground: #ff0000;;
|
||||
--primary-cta: #ff0000;;
|
||||
--secondary-cta: #000000;;
|
||||
--accent: #ff0000;;
|
||||
--background-accent: #000000;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user