mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
Fix: Set background color to pitch black
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👮</text></svg>">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="bg-[#0a0a0a] text-gray-300 font-sans h-screen w-screen overflow-hidden flex flex-col">
|
||||
<body class="bg-black text-gray-300 font-sans h-screen w-screen overflow-hidden flex flex-col">
|
||||
|
||||
<!-- Banner -->
|
||||
<div class="bg-[#8B0000] w-full py-4 md:py-6 text-center border-b-4 md:border-b-8 border-[#5a0000] shrink-0 shadow-lg z-10">
|
||||
@@ -27,8 +27,8 @@
|
||||
<!-- Badge: Link Behind Bars (Significantly Larger) -->
|
||||
<div class="relative shrink-0">
|
||||
<svg class="w-60 h-60 md:w-96 md:h-96 drop-shadow-2xl" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Gold Badge Base -->
|
||||
<circle cx="100" cy="100" r="98" fill="#111" stroke="#C5A059" stroke-width="4"/>
|
||||
<!-- Gold Badge Base (Dark Background) -->
|
||||
<circle cx="100" cy="100" r="98" fill="#000" stroke="#C5A059" stroke-width="4"/>
|
||||
<circle cx="100" cy="100" r="90" fill="none" stroke="#C5A059" stroke-width="1" stroke-dasharray="4 2"/>
|
||||
<circle cx="100" cy="100" r="84" fill="none" stroke="#C5A059" stroke-width="3"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user