Browse Source

index.html: fixup: darkmode

was incorrect rebased
pull/997/head
Philip H 3 years ago
committed by Julien COSMAO
parent
commit
3f30986316
No known key found for this signature in database GPG Key ID: 69153421048939E2
  1. 2
      src/www/index.html

2
src/www/index.html

@ -113,7 +113,7 @@
</a>
<!-- New client -->
<button @click="clientCreate = true; clientCreateName = ''; clientCreateAllowedIps = '';"
class="hover:bg-red-800 hover:border-red-800 hover:text-white text-gray-700 border-2 border-gray-100 py-2 px-4 rounded inline-flex items-center transition">
class="hover:bg-red-800 hover:border-red-800 hover:text-white text-gray-700 dark:text-neutral-200 border-2 border-gray-100 dark:border-neutral-600 py-2 px-4 rounded inline-flex items-center transition">
<svg class="w-4 mr-2" inline xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"

Loading…
Cancel
Save