@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.
@@ -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: 2px 8px;
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));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hackersheet/react-document-content-styles",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.3",
4
4
  "description": "Hacker Sheet document content styles.",
5
5
  "keywords": [],
6
6
  "repository": {