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