@jinntec/jinntap 1.24.0 → 1.25.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.
@@ -331,6 +331,17 @@ tei-ref {
331
331
  text-decoration: underline;
332
332
  }
333
333
 
334
+ tei-quote{
335
+ &::before {
336
+ content: "“";
337
+ font-size: var(--s2);
338
+ position: absolute;
339
+ }
340
+ > * {
341
+ padding-left: 2rem
342
+ }
343
+ }
344
+
334
345
  .ProseMirror-selectednode {
335
346
  outline: 2px solid var(--pico-primary);
336
347
  }
package/dist/jinn-tap.css CHANGED
@@ -21,7 +21,6 @@ jinn-tap > nav {
21
21
  grid-area: toolbar;
22
22
  position: sticky;
23
23
  top: 0;
24
- z-index: 100;
25
24
  background-color: var(--jinn-tap-background-color, white);
26
25
  }
27
26