From 34e109ddeb31497d51e5bf45cf14acb0facc8d7e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 26 Jan 2022 16:59:51 +0000 Subject: [PATCH] :lipstick: Makes warning color/ yellow darker in light themes --- src/styles/color-themes.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index b07ac609..23ab29ad 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -586,6 +586,8 @@ html[data-theme='material'] { --widget-background-color: var(--background); + --warning: #d4d015; + .minimal-section-inner.selected, div.minimal-section-heading { border: none; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);