update fixes #5
This commit is contained in:
parent
3586e4c317
commit
ba2b0ca89d
1 changed files with 15 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue