Skip to content

Commit aa70ed3

Browse files
committed
Fix insufficient contrast between text and background color.
1 parent 0369e55 commit aa70ed3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,13 @@ body {
310310
height: 100%;
311311
border: none;
312312
display: block;
313+
background-color: #fff;
314+
}
315+
316+
@media (prefers-color-scheme: dark) {
317+
.content-frame {
318+
background-color: var(--dark-bg-surface);
319+
}
313320
}
314321

315322
/* Responsive Adjustments */

0 commit comments

Comments
 (0)