@jinntec/jinntap 1.9.2 → 1.9.3

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.
@@ -4,7 +4,7 @@ tei-div, tei-p, tei-item {
4
4
 
5
5
  tei-head {
6
6
  font-size: 2rem;
7
- font-weight: bold;
7
+ font-weight: 700;
8
8
  line-height: 1.125;
9
9
  margin-top: 3rem;
10
10
  }
@@ -104,6 +104,7 @@ tei-figure {
104
104
  tei-figure > img {
105
105
  display: block;
106
106
  margin: 0 auto;
107
+ cursor: pointer;
107
108
  }
108
109
 
109
110
  tei-figure > tei-figDesc {
@@ -211,6 +212,7 @@ tei-pb, tei-lb {
211
212
  font-weight: normal;
212
213
  border-radius: 4px;
213
214
  padding: 2px 6px;
215
+ cursor: pointer;
214
216
  }
215
217
 
216
218
  tei-lb {