mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-21 07:38:35 -04:00
fix(style): body background color defaulted to light on dark mode when scrolling fast
This commit is contained in:
@@ -5,5 +5,5 @@ html, body {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: var(--light1);
|
||||
background-color: var(--background);
|
||||
}
|
||||
Reference in New Issue
Block a user