This commit is contained in:
2026-05-31 17:30:44 +02:00
parent c8f0982f22
commit 52a18acf40

View File

@@ -182,7 +182,7 @@ html[theme='orange'] {
/* appearance */
background: black;
--motd-bg: #111;
--comment-bg: black;
--comment-bg: #2b2b2b;
}
html[theme="orange"] .pagination>a,
@@ -246,6 +246,10 @@ html[theme='amoled'] {
--comment-bg: black;
}
html[theme="amoled"] .comment-input textarea {
border: 1px solid #ffffff1c;
}
html[theme="amoled"] #settings-quicknav a:hover, #settings-quicknav a.active {
color: var(--black) !important;
}
@@ -3741,6 +3745,12 @@ html[theme='f0ck95d'] {
--comment-bg: #0b0a0a;
}
html[theme="f0ck95d"] .item_title {
background: black;
border-left: inset 2px silver;
border-right: outset 2px silver;
}
html[theme="f0ck95d"] .err {
background: #4c4c4c;
border: 2px outset gray;