From 29885a44788d631ee562dc2fcc08a47dc468317c Mon Sep 17 00:00:00 2001 From: exu Date: Tue, 11 Jul 2023 17:37:08 +0200 Subject: [PATCH] Darken warning background color --- themes/learn2-dark/css-compiled/theme.css | 2 +- themes/learn2-dark/scss/theme/_notices.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/learn2-dark/css-compiled/theme.css b/themes/learn2-dark/css-compiled/theme.css index 1a46fc0..06b17e8 100644 --- a/themes/learn2-dark/css-compiled/theme.css +++ b/themes/learn2-dark/css-compiled/theme.css @@ -981,7 +981,7 @@ thead { .notices.yellow { border-left: 10px solid #ffa800; - background: #2e1f07; + background: #201304; color: #f6af35; } /*# sourceMappingURL=theme.css.map */ diff --git a/themes/learn2-dark/scss/theme/_notices.scss b/themes/learn2-dark/scss/theme/_notices.scss index 095eff5..92387fc 100644 --- a/themes/learn2-dark/scss/theme/_notices.scss +++ b/themes/learn2-dark/scss/theme/_notices.scss @@ -5,6 +5,6 @@ .notices.yellow { border-left: 10px solid #ffa800; - background: #2e1f07; + background: #201304; color: #f6af35; }