Skip to content

Commit ff9405b

Browse files
Update index.html
1 parent b609c3f commit ff9405b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@
102102
}
103103
}
104104
</script>
105-
106105
</head>
107106

108107
<body class="min-h-screen flex flex-col bg-base-100 text-base-content font-inter">
108+
109109
<!-- Wrapper mit futuristischem Gradient -->
110-
<div class="flex-grow bg-gradient-to-r from-pink-500 via-purple-600 to-pink-500">
110+
<div class="flex-grow bg-gradient-to-r from-purple-800 via-purple-900 to-blue-800">
111111
<!-- Header als DaisyUI Navbar -->
112-
<header class="navbar bg-transparent backdrop-blur-md shadow-md sticky top-0 z-50">
112+
<header class="navbar bg-neutral text-neutral-content shadow-md sticky top-0 z-50">
113113
<div class="container mx-auto flex justify-between items-center">
114114
<!-- Navbar start: Logo -->
115115
<a href="/" class="btn btn-ghost normal-case text-xl font-bold">skillcoins.de</a>
@@ -142,11 +142,12 @@
142142
<!-- Logout Button (nur sichtbar, wenn eingeloggt) -->
143143
<button id="keycloak-logout" class="btn btn-secondary hidden">Logout</button>
144144
</div>
145+
</div>
145146
</header>
146147

147148
<!-- Hero Section -->
148149
<main class="container mx-auto my-10">
149-
<div class="hero bg-base-100 shadow-lg p-10 rounded-lg">
150+
<div class="hero bg-neutral text-neutral-content shadow-lg p-10 rounded-lg">
150151
<div class="hero-content text-center">
151152
<div>
152153
<h1 class="text-5xl font-bold">Willkommen bei SkillCoins</h1>

0 commit comments

Comments
 (0)