unspoil bg and remove old var from light theme

This commit is contained in:
ygg2
2026-05-15 01:53:17 -04:00
parent c87ff44177
commit 489256e636
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -2803,6 +2803,9 @@ input[type="search"]:read-only {
background: var(--spoiler-hover);
}
}
.unspoiled {
background: var(--spoiler-unspoiled);
}
.quote {
display: inline-block;
position: relative;
+1 -1
View File
@@ -177,8 +177,8 @@ body {
--message-jump-bg: color-mix(in srgb, var(--accent-color) 20%, transparent);
--code-bg: var(--secondary-bg);
--code-text: var(--secondary-text);
--spoiler-text: var(--primary-text);
--spoiler-hover: color-mix(in srgb, var(--spoiler-bg), var(--primary-text-soft) 10%);
--spoiler-unspoiled: color-mix(in srgb, var(--primary-text-soft) 15%, transparent);
--quote-line: color-mix(in srgb, var(--primary-text-soft), transparent);
--reply-line: color-mix(in srgb, var(--primary-text-soft) 20%, transparent);
--reply-text: var(--primary-text-soft);