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; }