From c6f62ebb6090be1fae7f1c9311e1fac4ca7d4791 Mon Sep 17 00:00:00 2001 From: TiLL Esser <74987472+Wiwaltill@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:22:25 +0200 Subject: [PATCH] Update footer link color --- Resources/assets/css/dark/layout.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/assets/css/dark/layout.scss b/Resources/assets/css/dark/layout.scss index e7d19d3..d975461 100644 --- a/Resources/assets/css/dark/layout.scss +++ b/Resources/assets/css/dark/layout.scss @@ -34,6 +34,9 @@ body[data-theme=dark] { background: $dark-footer-img-background; border-radius: $dark-footer-img-border-radius; } + a { + color: #bebebe !important; + } } .breadcrumb { @@ -88,4 +91,4 @@ body[data-theme=dark] { color: $default-color; } } -} \ No newline at end of file +}