Implemented theme switcher (light/dark)
This commit is contained in:
		@@ -7,19 +7,24 @@
 | 
			
		||||
  <link rel="stylesheet" href="/styles/style.css">
 | 
			
		||||
  <link rel="stylesheet" href="/styles/contact.css">
 | 
			
		||||
  <link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
 | 
			
		||||
  <script src="/scripts/main.js" defer></script>
 | 
			
		||||
  <title>Decentrala - Kontakt</title>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
  <header>
 | 
			
		||||
    <a class="logo" href="/index.html">Decentrala</a> <a class="account" href="/pages/account.html">Nalog</a>
 | 
			
		||||
    <a class="logo" href="/index.html">Decentrala</a>
 | 
			
		||||
    <span>
 | 
			
		||||
      <button id="theme-switcher">turn the lights off</button>
 | 
			
		||||
      <a class="account" href="/pages/account.html">Nalog</a>
 | 
			
		||||
    </span>
 | 
			
		||||
  </header>
 | 
			
		||||
  <div class="main">
 | 
			
		||||
    <h1>Kontakt</h1>
 | 
			
		||||
    <p>Mozes nam poslati mail na <a href="mailto:dmz@dmz.rs">dmz@dmz.rs</a> ili se mozes pridruziti nasem <a
 | 
			
		||||
        href="https://forum.dmz.rs">Forumu</a>.</p>
 | 
			
		||||
    <p>Takodje smo i na <a href="https://balkan.fedive.rs/@decentrala">Fediversu!</a></p>
 | 
			
		||||
    <img src="/img/mesh-light.png">
 | 
			
		||||
    <img id="mesh" src="/img/mesh-light.svg">
 | 
			
		||||
  </div>
 | 
			
		||||
  <footer>
 | 
			
		||||
    <span class="sections">
 | 
			
		||||
@@ -30,10 +35,12 @@
 | 
			
		||||
      <a href="/pages/contact.html">Kontakt</a>
 | 
			
		||||
    </span>
 | 
			
		||||
    <span class="copyleft">
 | 
			
		||||
      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc.svg" alt="CreativeCommons"></a>
 | 
			
		||||
      <a href=""><img src="/img/w.svg" alt="Webring"></a>
 | 
			
		||||
      <a href="https://gitea.dmz.rs/eline/decentrala-website-static-new"><img src="/img/git.svg" alt="SourceCode"></a>
 | 
			
		||||
      <a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon.svg" alt="Mastodon"></a>
 | 
			
		||||
      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg"
 | 
			
		||||
          alt="CreativeCommons"></a>
 | 
			
		||||
      <a href=""><img src="/img/w-light.svg" alt="Webring"></a>
 | 
			
		||||
      <a href="https://gitea.dmz.rs/eline/decentrala-website-static-new"><img src="/img/git-light.svg"
 | 
			
		||||
          alt="SourceCode"></a>
 | 
			
		||||
      <a href="https://balkan.fedive.rs/@decentrala"><img src="/img/mastodon-light.svg" alt="Mastodon"></a>
 | 
			
		||||
      <span>Decentrala © 2023</span>
 | 
			
		||||
    </span>
 | 
			
		||||
  </footer>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user