Fixed body CSS disregarding variant's background colour mod

This commit is contained in:
Cong Nguyen 2021-01-02 05:11:05 +11:00
parent c3f51a4c11
commit 1006529792
6 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ body {
font-size: 1rem;
line-height: 1.54;
letter-spacing: -0.02em;
background-color: color-mod(var(--accent) blend(#1D1E28 98%));
background-color: var(--background);
color: var(--color);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long