diff --git a/capstone/capweb/templates/main_base.html b/capstone/capweb/templates/main_base.html index ec43fac4a..67f522138 100644 --- a/capstone/capweb/templates/main_base.html +++ b/capstone/capweb/templates/main_base.html @@ -70,7 +70,7 @@ {% if SHOW_DEPRECATION_BANNER %}
{% endif %} diff --git a/capstone/static/css/scss/base.scss b/capstone/static/css/scss/base.scss index d694cffb5..d5f09159b 100644 --- a/capstone/static/css/scss/base.scss +++ b/capstone/static/css/scss/base.scss @@ -64,7 +64,7 @@ body { padding: 1rem; font-size: 1rem; line-height: 1.2; - background-color: $color-yellow; + background-color: $color-yellow-light; } // BUTTONS & LINKS