From 872313a5d3d98d29ff62313bdf91166d9952f40e Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Sat, 30 Jan 2021 13:26:24 +0100 Subject: [PATCH] Brigher bg to fix accessibility issues with contrast --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 26749ed..29ef90f 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@ font-family: "IBM Plex Serif"; text-decoration-skip-ink: auto; margin: 1rem; - background-color: #f2eede; + background-color: #f7f4eb; } a { @@ -87,7 +87,6 @@ } code, .email { - /* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/ */ font-family: "IBM Plex Mono"; }