Remove more dark bg from css

This commit is contained in:
Peter Stockings
2023-12-08 17:52:58 +11:00
parent 27c62b09dd
commit b5140387e0

View File

@@ -13,7 +13,7 @@
<div class='modal-content m-4 sm:mt-24 max-h-[95%]' _='init toggle .hide-scrollbar on document.body'> <div class='modal-content m-4 sm:mt-24 max-h-[95%]' _='init toggle .hide-scrollbar on document.body'>
<div class="relative w-full h-full max-w-2xl md:h-auto overflow-auto"> <div class="relative w-full h-full max-w-2xl md:h-auto overflow-auto">
<!-- Modal content --> <!-- Modal content -->
<div class="relative bg-white rounded-lg shadow dark:bg-gray-700"> <div class="relative bg-white rounded-lg shadow">
<!-- Modal header --> <!-- Modal header -->
<div class="flex items-start justify-between p-4 border-b rounded-t"> <div class="flex items-start justify-between p-4 border-b rounded-t">
<div class="flex flex-col w-full"> <div class="flex flex-col w-full">