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-outer-wrapper {
|
||||||
.footer-widgets-wrapper {
|
.footer-widgets-wrapper {
|
||||||
.footer-widgets {
|
.footer-widgets {
|
||||||
|
.widget.widget_tag_cloud {
|
||||||
|
.widget-content {
|
||||||
|
.tagcloud {
|
||||||
|
a.tag-cloud-link {
|
||||||
|
color: $grau !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.widget_nav_menu {
|
.widget_nav_menu {
|
||||||
.widget-content {
|
.widget-content {
|
||||||
.menu-datenschutz-impressum-faq-container {
|
.menu-datenschutz-impressum-faq-container {
|
||||||
|
@ -87,12 +96,13 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.widget.widget_tag_cloud {
|
.widget_archive {
|
||||||
.widget-content {
|
.widget-content {
|
||||||
.tagcloud {
|
select {
|
||||||
a.tag-cloud-link {
|
background: rgb(58, 66, 89);
|
||||||
color: $grau !important;
|
border: 0;
|
||||||
}
|
color: rgb(245, 245, 255);
|
||||||
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue