remove drop-shadow
This commit is contained in:
parent
1e90e4d94e
commit
fc05ea88c7
1 changed files with 3 additions and 9 deletions
|
@ -15,9 +15,7 @@
|
|||
<body
|
||||
class="min-h-dvh bg-gray-950 bg-cover bg-fixed bg-center bg-no-repeat font-mono text-pretty text-gray-100"
|
||||
>
|
||||
<header
|
||||
class="content sticky top-0 z-20 grid bg-gray-950 py-2 font-mono drop-shadow sm:px-2"
|
||||
>
|
||||
<header class="content sticky top-0 z-20 grid bg-gray-950 py-2 font-mono sm:px-2">
|
||||
<a
|
||||
href="#main-content"
|
||||
class="absolute top-0 left-0 z-50 rounded-b-sm bg-indigo-500 px-1 pt-0.5 text-xs text-gray-100 not-focus:sr-only"
|
||||
|
@ -33,7 +31,7 @@
|
|||
<a href="/" class="text-center"> Userscripts </a>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-end gap-2 md:gap-4 py-2">
|
||||
<div class="flex items-center justify-end gap-2 py-2 md:gap-4">
|
||||
<a
|
||||
class="uppercase"
|
||||
href="https://git.skaarup.dev/nikiskaarup/userscripts"
|
||||
|
@ -41,11 +39,7 @@
|
|||
referrerpolicy="no-referrer"
|
||||
>
|
||||
<span class="sr-only">git.skaarup.dev/nikiskaarup/userscripts</span>
|
||||
<svg
|
||||
class="aspect-square h-8"
|
||||
viewBox="0 0 98 96"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<svg class="aspect-square h-8" viewBox="0 0 98 96" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
clip-rule="evenodd"
|
||||
|
|
Loading…
Add table
Reference in a new issue