mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 05:04:08 +00:00
unspoil bg and remove old var from light theme
This commit is contained in:
@@ -2803,6 +2803,9 @@ input[type="search"]:read-only {
|
||||
background: var(--spoiler-hover);
|
||||
}
|
||||
}
|
||||
.unspoiled {
|
||||
background: var(--spoiler-unspoiled);
|
||||
}
|
||||
.quote {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user