From f4a3130c8e6582081922287f064e728e8a4a7d86 Mon Sep 17 00:00:00 2001 From: "Kevin M. Cox" Date: Sun, 25 Dec 2022 13:30:08 -0600 Subject: [PATCH] Post spacing inconsistency Removes extra spaces from my original commit that are inconsistent with existing entries. --- css/brands.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index 9e6a43c..ab6c685 100644 --- a/css/brands.css +++ b/css/brands.css @@ -468,7 +468,7 @@ button:hover, /* Post.news */ .button.button-post-news { color: #ffffff; - background-color: #678BFF; + background-color: #678BFF; } .button.button-post-news:hover, .button.button-post-news:focus {