Override default beige background to make the design more versatile and clean.
This commit is contained in:
parent
daf4a53acf
commit
0798098e05
|
@ -54,6 +54,11 @@ a.button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.theme-twentytwenty {
|
||||||
|
/* Override default beige background to make the design more versatile and clean */
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.woocommerce {
|
.woocommerce {
|
||||||
|
|
||||||
form .form-row {
|
form .form-row {
|
||||||
|
|
Loading…
Reference in New Issue