|
|
|
@ -27,6 +27,10 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
|
|
|
|
|
|
|
|
|
transition: var(--dark-mode-transition);
|
|
|
|
|
}
|
|
|
|
|
.fine {
|
|
|
|
|
color: #444;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.light_switch {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
@ -40,7 +44,7 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
|
|
|
|
.light_switch_label::before {
|
|
|
|
|
content: "[ ] ";
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
.app a {
|
|
|
|
|
color: var(--main-link-color);
|
|
|
|
|
transition: var(--dark-mode-transition);
|
|
|
|
|
}
|
|
|
|
@ -122,6 +126,15 @@ AIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAA" rel="icon" type="image/x-icon" />
|
|
|
|
|
|
|
|
|
|
<!-- Doesn't work perfectly yet -->
|
|
|
|
|
<!--<label for="light_switch" class="light_switch_label">Dark mode</label>-->
|
|
|
|
|
</page>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p class="fine">
|
|
|
|
|
Rendered by PTTH end server.
|
|
|
|
|
Copyright 2020-2021 "Trish" ReactorScram. Licensed under the
|
|
|
|
|
<a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU AGPLv3.</a>
|
|
|
|
|
<a href="https://six-five-six-four.com/git/reactor/ptth">Download source code</a>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|