Improve background colour contrast

This commit is contained in:
inference 2023-09-02 14:11:02 +01:00
parent 42a2066b64
commit 3495240813
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -3,7 +3,7 @@
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
/* Version: 10.3.0.44 */ /* Version: 10.3.0.45 */
/* Body */ /* Body */
@ -14,7 +14,7 @@ body {
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-size: 20px; font-size: 20px;
line-height: 130%; line-height: 130%;
background-color: #262626; background-color: #121212;
} }