Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1084d582c9 | |||
| 629bac9dbc | |||
| 1fa14e4fda | |||
| 6e5f9b16b1 |
@@ -261,6 +261,8 @@ export default function LandingPage() {
|
||||
label: "LinkedIn", href: "https://linkedin.com/in/eugen"},
|
||||
{
|
||||
label: "Kontakt", href: "#contact"},
|
||||
{
|
||||
label: "hallo@eugenvisuals.de", href: "mailto:hallo@eugenvisuals.de"}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0C1830;
|
||||
--card: #1A2D4A;
|
||||
--foreground: #FFFFFF;
|
||||
--background: #F7F7F7;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #0C1830;
|
||||
--primary-cta: #F58238;
|
||||
--primary-cta-text: #0C1830;
|
||||
--secondary-cta: #FFFFFF;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #A0A0A0;
|
||||
--secondary-cta-text: #0C1830;
|
||||
--accent: #F58238;
|
||||
--background-accent: #081020;
|
||||
--background-accent: #E0E0E0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user