update dark
This commit is contained in:
@@ -5,11 +5,23 @@
|
||||
<div class="z-20 fixed top-0 left-0 right-0 bg-black lg:bg-transparent lg:absolute w-full">
|
||||
<div class="relative z-50">
|
||||
<div class="mx-auto container flex z-50 justify-between items-center px-6 sm:px-4 md:px-6 py-4 lg:px-5 lg:justify-start space-x-10 sm:space-x-4 ">
|
||||
<div>
|
||||
<a href="{{get_url(path='/')}}" class="flex">
|
||||
<img class="w-36 h-auto" style="max-width: none;" src="{{ get_url(path=section.extra.logoPath)}}" alt="ThreeFold Logo" />
|
||||
</a>
|
||||
</div>
|
||||
<a href="{{ get_url(path='/') }}" class="flex">
|
||||
<img
|
||||
id="logo"
|
||||
class="w-36 h-auto"
|
||||
style="max-width: none;"
|
||||
src="{{ get_url(path=section.extra.logoPathLight) }}"
|
||||
data-light-logo="{{ get_url(path=section.extra.logoPathLight) }}"
|
||||
data-dark-logo="{{ get_url(path=section.extra.logoPathDark) }}"
|
||||
alt="ThreeFold Logo"
|
||||
/>
|
||||
</a>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
<div class="-mr-2 -my-2 lg:hidden">
|
||||
<button id="hamburger-btn" type="button" class="inline-flex items-center justify-center p-2 border-gray-100 rounded-md text-gray-400 focus:outline-none focus:text-gray-500 transition duration-200 ease-in-out">
|
||||
<!-- Heroicon name: menu -->
|
||||
@@ -108,9 +120,10 @@
|
||||
</li>
|
||||
</ul> -->
|
||||
<button class="theme-toggle px-2 mx-2">
|
||||
<label clas="" for="darkModeSwitch">Dark Mode:</label>
|
||||
<label class="" for="darkModeSwitch">Dark Mode:</label>
|
||||
<input type="checkbox" id="darkModeSwitch">
|
||||
</button>
|
||||
</button>
|
||||
|
||||
|
||||
<a href="/signup" target="_blank" class="blinking-effect dashboard rounded-2xl bg-white px-4 p-2 text-sm font-semibold text-black shadow-sm hover:text-gray-800 hover:bg-green">Join the Web4 Revolution</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user