From d9cb0d96a478f4332f703599f4eb5fcb45bfa090 Mon Sep 17 00:00:00 2001 From: Jason Chafin Date: Thu, 24 Mar 2022 09:45:07 -0700 Subject: [PATCH] fix: :lipstick: add `!important` to post title styles in `theme.json` --- theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index 1cc6f2a1..45d2edf2 100644 --- a/theme.json +++ b/theme.json @@ -361,9 +361,9 @@ }, "spacing": { "margin": { - "top": "0", + "top": "0!important", "right": "0", - "bottom": ".25rem", + "bottom": ".25rem!important", "left": "0" } }