From ba2b0ca89df8fb16c7b6c9a8ee9003b96fb210d6 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Sat, 10 Oct 2020 17:28:32 +0200 Subject: [PATCH] update fixes #5 --- scss/import/blog.scss | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/scss/import/blog.scss b/scss/import/blog.scss index 4ad8cc9..1065b43 100644 --- a/scss/import/blog.scss +++ b/scss/import/blog.scss @@ -74,6 +74,15 @@ body { .footer-widgets-outer-wrapper { .footer-widgets-wrapper { .footer-widgets { + .widget.widget_tag_cloud { + .widget-content { + .tagcloud { + a.tag-cloud-link { + color: $grau !important; + } + } + } + } .widget_nav_menu { .widget-content { .menu-datenschutz-impressum-faq-container { @@ -87,12 +96,13 @@ body { } } } - .widget.widget_tag_cloud { + .widget_archive { .widget-content { - .tagcloud { - a.tag-cloud-link { - color: $grau !important; - } + select { + background: rgb(58, 66, 89); + border: 0; + color: rgb(245, 245, 255); + padding: 5px 10px; } } }