From 6861aab549fd715df7342c67e448b4db0144b535 Mon Sep 17 00:00:00 2001 From: Hameer Abbasi Date: Mon, 4 Sep 2023 14:05:18 +0200 Subject: [PATCH] Fix up last file; hopefully. --- javascript/black-teal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/black-teal.css b/javascript/black-teal.css index c772e5938..346da3d4f 100644 --- a/javascript/black-teal.css +++ b/javascript/black-teal.css @@ -17,7 +17,7 @@ --primary-950: #193232; --highlight-color: var(--primary-200); --inactive-color: var(--primary--800); - --background-color: #000000; + --background-color: #000000; } .light, .dark { --input-padding: 4px; @@ -114,7 +114,7 @@ svg.feather.feather-image, .feather .feather-image { display: none } #txt2img_settings { min-width: var(--left-column); max-width: var(--left-column); background-color: #111111; padding-top: 16px; } #pnginfo_html2_info { margin-top: -18px; background-color: var(--input-background-fill); padding: var(--input-padding) } #txt2img_tools > div > button, #img2img_tools > div > button { filter: hue-rotate(340deg) saturate(0.5); } -#txt2img_tools, #img2img_tools { margin-top: -4px; margin-bottom: -4px; } +#txt2img_tools, #img2img_tools { margin-top: -4px; margin-bottom: -4px; } #txt2img_styles_row, #img2img_styles_row { margin-top: -6px; } /* custom elements overrides */