diff --git a/core/static/core/style.scss b/core/static/core/style.scss index e68a269b..833dbe54 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -193,11 +193,15 @@ nav { /*--------------------------------CONTENT------------------------------*/ +.helptext { + display: block; +} + #quick_notif { width: 90%; margin: 0px auto; list-style-type: none; - background: $primary-neutral-light-color; + background: $second-color; li { padding: 10px; } @@ -686,4 +690,4 @@ label { height: 100%; vertical-align: middle; } -} \ No newline at end of file +} diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index b683d434..fc3f6ea3 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -88,7 +88,7 @@ {% if not popup %}