mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-24 02:45:39 -04:00
fix unnoticeable background color bug in dark mode
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
width: 100%;
|
||||
padding: 1.25em 1.5em;
|
||||
border-top: 1px solid var(--kinda-light);
|
||||
background-color: var(--background-outer);
|
||||
color: var(--medium-dark);
|
||||
|
||||
/* light-dark theme switch fading */
|
||||
transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user