From 8268722fb1cd92037ebb774bd3ff695de0d83f35 Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Sun, 15 Jan 2023 22:19:11 -0800 Subject: [PATCH] remove color preview buttons --- public/css/theme-red.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/theme-red.css b/public/css/theme-red.css index 591cfef..5d60c63 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -86,4 +86,9 @@ details { .js-clone-url { border: 1px solid var(--color-light-border)!important; /* use same border color as surrounding buttons */ border-right: none!important; /* border already there */ +} + +.color-preview { + display: unset!important; /* remove little color preview square */ + margin-left: unset!important; /* remove subsequently redundant margin */ } \ No newline at end of file