@jinntec/jinntap 1.7.1 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -155,6 +155,29 @@ tei-anchor {
155
155
  cursor: pointer;
156
156
  }
157
157
 
158
+ tei-abbr {
159
+ background-color: #9236A4;
160
+ color: white;
161
+ }
162
+
163
+ tei-expan {
164
+ background-color: #DB90E8;
165
+ color: white;
166
+ }
167
+
168
+ tei-gap {
169
+ color: #9E9E9E;
170
+ }
171
+
172
+ tei-supplied {
173
+ text-decoration: underline dotted;
174
+ color: #9E9E9E;
175
+ }
176
+
177
+ tei-unclear {
178
+ color: #F06048;
179
+ }
180
+
158
181
  tei-pb, tei-lb {
159
182
  display: inline-block;
160
183
  background-color: #ffa500;