mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Add dark color
This commit is contained in:
@@ -147,7 +147,7 @@ async function suggest() {
|
|||||||
</div>
|
</div>
|
||||||
</UCard>
|
</UCard>
|
||||||
</UModal>
|
</UModal>
|
||||||
<div class="sticky z-40 top-[4.55rem] left-0 z-100 bg-white pt-2">
|
<div class="sticky z-40 top-[4.55rem] left-0 z-100 bg-white dark:bg-gray-900 pt-2">
|
||||||
<div v-if="getCategories" class="flex gap-2 w-full items-center justify-between">
|
<div v-if="getCategories" class="flex gap-2 w-full items-center justify-between">
|
||||||
<div class="flex gap-2 overflow-x-scroll sm:overflow-x-hidden bg-gray-100 dark:bg-gray-800 rounded-lg p-1 relative">
|
<div class="flex gap-2 overflow-x-scroll sm:overflow-x-hidden bg-gray-100 dark:bg-gray-800 rounded-lg p-1 relative">
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
|
|||||||
Reference in New Issue
Block a user