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,17 @@
@use "../../../../css/global/variables/colours";
@use "../../../../css/global/variables/fonts";
.wp-block-details {
summary {
font-family: fonts.$font;
font-weight: bold;
}
@media screen {
.knockout & {
summary {
color: colours.$white;
}
}
}
}