article block: more core block styles

This commit is contained in:
2026-02-05 11:59:32 +00:00
parent 1a37a59c62
commit 2a36528e8e
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;
}
}
}