From 1df113109547a297112ed96019d54028b8a90b3f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 25 Sep 2026 08:22:33 +0200 Subject: [PATCH] UI - CSS cleanups in LLM settings area --- .../static/styles/scss/parts/_button.scss | 8 ++++++-- .../static/styles/scss/parts/_sub_tabs.scss | 10 ---------- changedetectionio/static/styles/styles.css | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/changedetectionio/static/styles/scss/parts/_button.scss b/changedetectionio/static/styles/scss/parts/_button.scss index 805647b67..b418b0030 100644 --- a/changedetectionio/static/styles/scss/parts/_button.scss +++ b/changedetectionio/static/styles/scss/parts/_button.scss @@ -16,7 +16,7 @@ border-radius: var(--common-round-border); border: 1px solid var(--color-border-table-cell); background: var(--color-background); - color: var(--color-text-input-description); + color: var(--color-text); //