From 1b895520c81e5f02176b9b40ac3e1867f4aa3b64 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Nov 2020 14:10:58 +0000 Subject: [PATCH] Style around new post submit button --- epicyon-profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index c62594913..b053f04c4 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -387,15 +387,15 @@ a:focus { } .containerNewPost { - border: 0; + border: 0var(--border-width) solid var(--border-color); + border-radius: var(--timeline-border-radius); background-color: var(--main-bg-color); margin: var(--vertical-between-posts); } .containerSubmitNewPost { - border: var(--border-width) solid var(--border-color); + border: 0; background-color: var(--main-bg-color); - border-radius: var(--timeline-border-radius); margin: var(--vertical-between-posts); }