added style for .widget

This commit is contained in:
2025-05-14 08:27:01 -07:00
parent 3babf93b0e
commit 5aa4fa8a64
2 changed files with 8 additions and 6 deletions

View File

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

View File

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