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; } } }