@axium/client 0.9.1 → 0.9.2

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.
Files changed (2) hide show
  1. package/assets/styles.css +11 -1
  2. package/package.json +1 -1
package/assets/styles.css CHANGED
@@ -172,7 +172,17 @@ a:has(button, div) {
172
172
  font-family: monospace;
173
173
  font-size: 0.9em;
174
174
  color: #aaa;
175
- margin-left: 1em;
175
+ }
176
+
177
+ h1,
178
+ h2,
179
+ h3,
180
+ h4,
181
+ h5,
182
+ h6 {
183
+ .version {
184
+ margin-left: 1em;
185
+ }
176
186
  }
177
187
 
178
188
  .version::before {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",