From 89da7b286932956451f68deb53167a66157f2033 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 11 Oct 2021 09:08:56 -0300 Subject: styles.css: Don't set the background, use the default value (white) --- styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/styles.css b/styles.css index 7c18fd7..b82a0e0 100644 --- a/styles.css +++ b/styles.css @@ -5,7 +5,6 @@ body { padding: 1%; max-width: 750px; text-rendering: optimizeLegibility; - background-color: #f7f2f3; } .simple-icon { -- cgit v1.2.3