mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 08:16:49 +00:00
More updates
This commit is contained in:
@@ -36,6 +36,5 @@ html(lang="de")
|
||||
br
|
||||
= " für den schönen Baum! 🎄"
|
||||
a(href="/") Zurück zur Homepage
|
||||
script(src=assetPath("/js/adventskalender.js"))
|
||||
|
||||
include includes/_footer
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root:not([data-theme="light"]) {
|
||||
:root:not([data-theme="light"]):not([data-theme="custom"]) {
|
||||
@mixin dark-theme;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,9 @@ const setColorMode = mode => {
|
||||
}
|
||||
}
|
||||
|
||||
setColorMode(initialColorMode)
|
||||
if (!document.documentElement.hasAttribute(THEME_ATTR)) {
|
||||
setColorMode(initialColorMode)
|
||||
}
|
||||
|
||||
const copyToClipboard = (e, text) => {
|
||||
if (navigator.clipboard) {
|
||||
|
||||
Reference in New Issue
Block a user