dark mode testing
This commit is contained in:
parent
b1f1a38748
commit
bdcb955165
3 changed files with 21 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
</head>
|
||||
<body>
|
||||
<body id="test-body">
|
||||
<!--Cookie Popup(does it matter if im not tracking them? i have no idea)-->
|
||||
<script type="text/javascript" src="https://cookieconsent.popupsmart.com/src/js/popper.js"></script><script> window.start.init({Palette:"palette2",Mode:"floating left",Theme:"classic",LinkText:" Learn More!",Message:"This website uses cookies to save necessary data to your device, and no tracking is performed.",Time:"0",})</script>
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ changes visibility with JS-->
|
|||
<!--
|
||||
<div class="item">
|
||||
<h2 for="darkmode-button">Dark Mode:</h2>
|
||||
<p class="italic">opposite of light mode</p>
|
||||
<p class="italic">Opposite of light mode</p>
|
||||
<button title="darkmode-button" id="darkmode-button">Off</button>
|
||||
</div>
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue