From 8c3cc8ff4deea9acb0f4f6bb181e143f3318990f Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 13 Oct 2018 17:15:23 +0200 Subject: [PATCH] css: regenerate css file --- css/clear-typography.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index ba8ec95..9e8e9d6 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -180,9 +180,7 @@ pre { /* ------------------ SPECIAL STYLING ------------------- */ mark { border-radius: 0.2em; - padding: 0; - padding-left: 0.2em; - padding-right: 0.2em; + padding: 0 0.2em 0 0.2em; background-color: rgba(255, 255, 0, 0.33); color: inherit; }