@hackersheet/react-document-content-styles 0.1.0-alpha.2 → 0.1.0-alpha.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.
- package/dist/basic.module.css +5 -2
- package/package.json +1 -1
package/dist/basic.module.css
CHANGED
|
@@ -117,12 +117,15 @@
|
|
|
117
117
|
.main table td :global(&.right) {
|
|
118
118
|
text-align: right;
|
|
119
119
|
}
|
|
120
|
+
.main del {
|
|
121
|
+
text-decoration: line-through;
|
|
122
|
+
}
|
|
120
123
|
.main code:not(pre code) {
|
|
121
124
|
border-radius: 4px;
|
|
122
|
-
display: inline-block;
|
|
123
125
|
box-sizing: border-box;
|
|
124
|
-
padding:
|
|
126
|
+
padding: 0.12em 0.25em;
|
|
125
127
|
font-family: var(--hsdc-font-code);
|
|
128
|
+
font-size: 0.875em;
|
|
126
129
|
line-height: 1.5;
|
|
127
130
|
border: 1px solid hsl(var(--hsdc-border));
|
|
128
131
|
background-color: hsl(var(--hsdc-muted));
|