diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index fb3d033bc..2da39451e 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -2136,14 +2136,16 @@ footer { top: 0; width: 100%; height: 100%; - background: hsl(210,17%,98%); + background: hsl(210,0%,98%); display: flex; align-items: center; justify-content: center; font-size: 16px; + color: hsl(0,0%,45%); .icon { margin-right: 10px; + filter: grayscale(90%); } }