test cite
: 引用元要素 – HTML: ハイパーテキストマークアップ言語 | MDN
block group 横積み設定時のhr要素の表示を追加
hello
world
hello
hello world
hello
group block 背景画像の追加
wordpress 6.4 新機能
hello
テーマの変更
黒背景色のドットを削除
このドットを表示するための theme.json 設定
{
"version": 2,
"title": "Midnight",
"settings": {
"color": {
"gradients": [
{
"gradient": "radial-gradient(circle at 5px 5px,rgba(0,0,0,.3) 2px,transparent 0px,transparent 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--base) 200%)",
"name": "Dots",
"slug": "dots"
}
]
}
},
"styles": {
"color": {
"gradient": "var(--wp--preset--gradient--dots)"
}
}
}