diff --git a/core/layout/light.css b/core/layout/light.css index a0ad50a9..2595d439 100755 --- a/core/layout/light.css +++ b/core/layout/light.css @@ -21,12 +21,8 @@ border-radius: 5px !important; } -section > p, -section > div:not(.message), -section > label, -section > select, -section > input, -section > table { +#site > section:not(.message) + { background-color: rgba(255, 255, 255, 1) !important; color: rgba(33, 34, 35, 1) !important; }