~jcc/hugo-site

8324c6ceb819a0d59ed390d2629aad6c5cf84b86 — Jason Cox 4 months ago 28dd4f5
Make light-on-dark text more readable
1 files changed, 1 insertions(+), 1 deletions(-)

M assets/css/style.css
M assets/css/style.css => assets/css/style.css +1 -1
@@ 24,7 24,7 @@

@media (prefers-color-scheme: dark) {
  :root {
    --font-weight-normal: 300;
    --font-weight-normal: 400;
    --font-weight-bold: 600;

    --color-bg: #111111;