article block: more core block styles

This commit is contained in:
2026-02-05 11:59:32 +00:00
parent 4c38753830
commit c136756962
17 changed files with 85 additions and 27 deletions

View File

@@ -0,0 +1,14 @@
@use "../../../../css/global/variables/colours";
@use "../../../../css/global/variables/fonts";
.wp-block-verse {
font-family: fonts.$font;
line-height: 2;
word-wrap: normal;
@media screen {
.knockout & {
color: colours.$white;
}
}
}