[Fix] menu and theme switch
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<title><!--TITLE--> Decentrala</title>
|
||||
<link rel="alternate" hreflang="en" href="/en/PAGE_NAME" />
|
||||
</head>
|
||||
<body className="light">
|
||||
<body class="theme light">
|
||||
<header>
|
||||
<a id="logo" href="/">
|
||||
<img src="/img/logo-light.svg" alt="Logo" />
|
||||
@@ -51,10 +51,10 @@
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<button id="sections-button" opened="false">
|
||||
<img src="/img/strelica-closed-light.svg" alt="OpenMenu" />
|
||||
<button class="hamburger closed">
|
||||
<img src="/img/strelica-closed-light.svg" alt="Menu" />
|
||||
</button>
|
||||
<nav>
|
||||
<nav class="menu">
|
||||
<a href="/events">Događaji</a>
|
||||
<a href="/services">Servisi</a>
|
||||
<a href="/statute">Statut</a>
|
||||
|
||||
Reference in New Issue
Block a user