added style for .widget
This commit is contained in:
@ -139,7 +139,8 @@ select,
|
||||
span.screen-reader-text,
|
||||
textarea,
|
||||
time,
|
||||
ul#primary-menu.menu.nav-menu:after {
|
||||
ul#primary-menu.menu.nav-menu:after,
|
||||
.widget {
|
||||
color: var(--text-color) !important;
|
||||
font-family: var(--main-font);
|
||||
}
|
||||
@ -239,7 +240,6 @@ input#url {
|
||||
.is-sticky .mt-social-menu-wrapper {
|
||||
background: var(--background-darker);
|
||||
z-index: 9999;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
p {
|
||||
@ -320,7 +320,8 @@ input[type=password],
|
||||
input[type=search],
|
||||
input[type=text],
|
||||
input[type=url],
|
||||
p.comment-form-cookies-consent #wp-comment-cookies-consent {
|
||||
p.comment-form-cookies-consent #wp-comment-cookies-consent,
|
||||
.widget {
|
||||
color: var(--text-color) !important;
|
||||
background-color: var(--background-darker);
|
||||
border-bottom: none;
|
||||
|
@ -43,7 +43,8 @@ select,
|
||||
span.screen-reader-text,
|
||||
textarea,
|
||||
time,
|
||||
ul#primary-menu.menu.nav-menu:after {
|
||||
ul#primary-menu.menu.nav-menu:after,
|
||||
.widget{
|
||||
color: var(--text-color) !important;
|
||||
font-family: var(--main-font);
|
||||
}
|
||||
@ -143,7 +144,6 @@ input#url {
|
||||
.is-sticky .mt-social-menu-wrapper {
|
||||
background: var(--background-darker);
|
||||
z-index: 9999;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
p {
|
||||
@ -224,7 +224,8 @@ input[type=password],
|
||||
input[type=search],
|
||||
input[type=text],
|
||||
input[type=url],
|
||||
p.comment-form-cookies-consent #wp-comment-cookies-consent {
|
||||
p.comment-form-cookies-consent #wp-comment-cookies-consent,
|
||||
.widget {
|
||||
color: var(--text-color) !important;
|
||||
background-color: var(--background-darker);
|
||||
border-bottom: none;
|
||||
|
Reference in New Issue
Block a user