added variable to work with standard group block

This commit is contained in:
Marco Cavalli 2024-01-18 14:24:06 +01:00
parent 12816c8ffe
commit 2700e90afb
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
:root {
--wp--style--global--content-size: $grid-max-width;
}
body {
color: map-get($colors, 'base');
font-family: $base-font-family;