Compare commits
3 Commits
version_12
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| b717b9ca4e | |||
| fa089dac81 | |||
| 828a7972ba |
@@ -4,9 +4,9 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #000000e6;;
|
||||
--background: #000000;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #1a1a1a;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #808080;;
|
||||
|
||||
@@ -1275,4 +1275,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -307,4 +307,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user