mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-14 08:02:58 -05:00
fix unnoticeable background color bug in dark mode
This commit is contained in:
@@ -2,8 +2,8 @@ body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
color: var(--text);
|
||||
background-color: var(--background-outer);
|
||||
background-color: var(--background-inner);
|
||||
|
||||
/* light-dark theme switch fading */
|
||||
transition: background 0.25s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user