From 0b8cb4f0bcb9cca056c95649ab1a123f67dec992 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 8 Oct 2025 15:55:32 -0400 Subject: [PATCH] fix(post): cleanup styling --- public/styles/git.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/styles/git.css b/public/styles/git.css index 4b7d786..6cbe162 100644 --- a/public/styles/git.css +++ b/public/styles/git.css @@ -2,11 +2,9 @@ font-family: 'Apercu Mono', monospace !important; font-size: 1.3em; font-weight: 400; - margin: 0.5em 0 1em 0; + margin: 0 1em; text-align: left; user-select: all; - background: transparent !important; - border: none !important; color: inherit; } @@ -18,7 +16,6 @@ white-space: nowrap; cursor: text; background: transparent !important; - border: none !important; color: inherit; } @@ -26,7 +23,6 @@ user-select: none; opacity: 0.8; margin-right: 0.3em; - background: transparent !important; color: inherit; }