changed color of sun in navbar in darkmode

This commit is contained in:
Mawoka
2022-08-13 21:23:54 +02:00
parent 0e3d7c4a00
commit 41ec9bd935
+2 -1
View File
@@ -188,7 +188,7 @@
> >
<!-- Heroicons: sun --> <!-- Heroicons: sun -->
<svg <svg
class="w-6 h-6" class="w-6 h-6 text-black"
fill="none" fill="none"
stroke="currentColor" stroke="currentColor"
viewBox="0 0 24 24" viewBox="0 0 24 24"
@@ -198,6 +198,7 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
stroke-width="2" stroke-width="2"
stroke="currentColor"
d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"
/> />
</svg> </svg>