From 468445da2e6b419f07396c08fe365fd5463da3d1 Mon Sep 17 00:00:00 2001 From: Joshua Liu <100771942+zoraster-org@users.noreply.github.com> Date: Mon, 3 Jul 2023 03:42:22 +0000 Subject: [PATCH] Update style.css White on black text has much better viability than black on white. --- static/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 39b5f05..8045217 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,4 @@ body { - background: #151515 ; - color: navajowhite ; max-width: 850px ; margin: auto ; padding: 0 16px ; @@ -19,7 +17,7 @@ body { } a { - color: gold ; + color: blue ; text-decoration: none ; } @@ -38,7 +36,7 @@ a { } a:visited { - color: darkgoldenrod ; + color: darkblue ; } a:hover { @@ -73,7 +71,7 @@ img { code { overflow-wrap: break-word ; - color: lime ; + color: darkgreen ; } .taglist {