We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9f37e commit 281b5a7Copy full SHA for 281b5a7
assets/blocks/djot/editor.css
@@ -112,6 +112,27 @@
112
color: #666;
113
}
114
115
+/* Inserted - GitHub style green */
116
+.wp-djot-preview.djot-content ins {
117
+ text-decoration: none;
118
+ background-color: #dafbe1;
119
+ color: #116329;
120
+}
121
+
122
+/* Deleted - GitHub style red */
123
+.wp-djot-preview.djot-content del,
124
+.wp-djot-preview.djot-content s {
125
+ text-decoration: line-through;
126
+ background-color: #ffebe9;
127
+ color: #82071e;
128
129
130
+/* Highlighted / Mark */
131
+.wp-djot-preview.djot-content mark {
132
+ background-color: #fff8c5;
133
+ color: inherit;
134
135
136
/* Tables */
137
.wp-djot-preview.djot-content table {
138
border-collapse: collapse;
0 commit comments