Archived
Add new styles and update text in Footer and Header components.
This commit is contained in:
@@ -9,3 +9,11 @@ body {
|
||||
@apply bg-gray-800 text-zinc-100;
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
|
||||
.input-text-field {
|
||||
@apply text-gray-800 p-2 rounded-md;
|
||||
}
|
||||
|
||||
.button-primary {
|
||||
@apply bg-blue-500 text-white px-4 py-2 rounded-md hover:bg-blue-600;
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
<footer class="bg-zinc-800 text-white p-6 text-center">
|
||||
<p>© 2024 Levyraati 2024. Yhdessä musiikin parissa.</p>
|
||||
<p>© 2024 Levyraati Revived. Yhdessä musiikin parissa.</p>
|
||||
</footer>
|
||||
|
||||
@@ -7,10 +7,11 @@
|
||||
<h1 class="ml-4 text-3xl font-bold">Levyraati <span class="revived">Revived</span></h1>
|
||||
</a>
|
||||
<div class="flex items-center space-x-4">
|
||||
<a href="/" class="text-white hover:text-blue-500">Home</a>
|
||||
<a href="/leaderboard" class="text-white hover:text-blue-500">Leaderboard</a>
|
||||
<a href="/events" class="text-white hover:text-blue-500">Events</a>
|
||||
<a href="/login" class="text-white hover:text-blue-500">Login</a>
|
||||
<p>|</p>
|
||||
<a href="/events" class="text-white hover:text-blue-500">Tapahtumat</a>
|
||||
<p>|</p>
|
||||
<a href="/login" class="text-white hover:text-blue-500">Kirjaudu sisään</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user