Fix: continue cleaning CSS a bit

This commit is contained in:
2024-01-21 20:27:36 +01:00
parent 96a333c2b9
commit ff18d6d0e1
79 changed files with 140 additions and 141 deletions

View File

@ -31,7 +31,10 @@
.titlebar-link {
@apply text-gray-100 hover:text-orange-300 flex md:hidden;
}
}
.website-title {
@apply text-3xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-300 to-orange-200 uppercase
}
}
@layer base {
.inline-picture {

View File

@ -11,11 +11,7 @@
<div class="bg-neutral-800 dark:bg-base-300">
<nav class="pl-8 py-2 md:flex md:justify-between md:items-center pr-8">
<div class="flex items-center justify-between">
<a
href="/"
class="text-3xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-orange-300 to-orange-200 uppercase"
>livecoding.fr</a
>
<a href="/" class="website-title">livecoding.fr</a>
<!-- Mobile menu button -->
<div on:click={toggleNavbar} class="flex md:hidden">
<button