This commit is contained in:
@ -14,8 +14,14 @@
|
||||
.metadata {
|
||||
grid-template-columns: 0.4fr auto 0.4fr;
|
||||
grid-template-rows: auto 1fr;
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
html[theme="f0ck95d"] .badge-dark {
|
||||
border: none;
|
||||
background-image: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.steuerung {
|
||||
|
BIN
public/s/img/cockfag.png
Normal file
BIN
public/s/img/cockfag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
@ -15,7 +15,7 @@ const Cookie = {
|
||||
};
|
||||
|
||||
(() => {
|
||||
const acttheme = Cookie.get('theme') ?? "atmos";
|
||||
const acttheme = Cookie.get('theme') ?? "w0bm";
|
||||
const themecontainer = document.querySelector("li#themes > ul.dropdown-menu");
|
||||
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
||||
if(acttheme !== document.documentElement.getAttribute("theme") && themes.includes(acttheme))
|
||||
@ -32,7 +32,7 @@ const Cookie = {
|
||||
document.addEventListener("keydown", e => {
|
||||
if(e.target.tagName === "INPUT")
|
||||
return;
|
||||
const acttheme = Cookie.get('theme') ?? "atmos";
|
||||
const acttheme = Cookie.get('theme') ?? "w0bm";
|
||||
const themes = [...themecontainer.querySelectorAll("li > a")].map(t => t.innerText.toLowerCase());
|
||||
const k = e.key;
|
||||
if(k === "t") {
|
||||
|
Reference in New Issue
Block a user