From fae03b599f4e926a93e856d61dcea3a3171eaf3a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 21 Sep 2021 21:44:03 +0300 Subject: [PATCH] editable theme color --- index.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 141c9bea..ee51ab6b 100644 --- a/index.css +++ b/index.css @@ -542,8 +542,8 @@ input[type='color']::-webkit-color-swatch-wrapper { margin: 0; } -#optionsContent input[type='number']:hover { - outline: 1px solid #5d4651; +#optionsContent input[type="number"]:hover { + outline: 1px solid var(--dark-solid); } #optionsContent input.paired { @@ -571,6 +571,11 @@ input[type='color']::-webkit-color-swatch-wrapper { font-weight: bold; } +#options input[type="color"] { + width: 2em; + padding: 1px; +} + .tabcontent button.sideButton { border-radius: 15%; font-size: 0.8em;