Browse Source

index.html: fixup: darkmode

was incorrect rebased
pull/737/head
Philip H 3 years ago
committed by pheiduck
parent
commit
ff5243efd3
  1. 2
      src/www/index.html

2
src/www/index.html

@ -63,7 +63,7 @@
</div>
<div class="flex-shrink-0">
<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