From 57ffc3742af42fe74c09eeb613687b1a3b90d885 Mon Sep 17 00:00:00 2001 From: James Shiffer Date: Wed, 23 Feb 2022 18:50:23 -0800 Subject: [PATCH] Revert "ios text bg overlap fix?" This reverts commit fcf84f7ad5f707dd7221976e2bcc5a2f13ca1242. --- public/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/main.css b/public/css/main.css index 47ed130..5e33b1b 100755 --- a/public/css/main.css +++ b/public/css/main.css @@ -383,7 +383,6 @@ nav a:hover { .container ol li, .container ol li::before { background-color: var(--button-bg); - background-clip: content-box; color: var(--button-text); margin-bottom: 0; font-size: 28px;