css update

This commit is contained in:
NigeParis 2026-01-04 16:01:58 +01:00 committed by Maix0
parent ce0b299d4d
commit 3e1dd0fdd9
5 changed files with 56 additions and 55 deletions

View file

@ -9,7 +9,7 @@
</head>
<body class="bg-gray-500 font-sans min-h-screen font-[Inter]">
<body class="bg-gray-500 min-h-screen font-[Inter]">
<!-- Header -->
<header
class="fixed top-0 left-0 right-0 h-14 bg-gray-800 text-white flex items-center justify-between px-4 shadow-md z-50">
@ -23,7 +23,7 @@
</div>
<div class="flex-1 ps-4 flex justify-end">
<button id="header-profile"
class="right-0 px-4 inset-y-0 text-white text-right font-mono border-1 border-orange-500 rounded-3xl bg-orange-500 cursor-pointer shadow-[0_2px_0_0_black] transition-all hover:bg-orange-400 active:bg-orange-200 active:translate-y-[1px] active:shadow-[0_2px_0_0_black]">
class="right-0 px-4 inset-y-0 text-white text-right font-mono border border-orange-500 rounded-3xl bg-orange-500 cursor-pointer shadow-[0_2px_0_0_black] transition-all hover:bg-orange-400 active:bg-orange-200 active:translate-y-px active:shadow-[0_2px_0_0_black]">
</button>
</div>
</header>