|
@@ -321,6 +321,11 @@ input[type=checkbox] + label {
|
|
|
font-size: var(--wp--custom--gallery--caption--font-size);
|
|
|
}
|
|
|
|
|
|
+.block-library-html__edit .block-editor-plain-text {
|
|
|
+ color: var(--wp--custom--form--color--text);
|
|
|
+ border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-image {
|
|
|
/*
|
|
|
From what I can tell the below are styles regularly used by themes
|