fossbook 0.0.9 → 0.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossbook",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A lightweight static blog site generator for GitHub Pages",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -302,9 +302,19 @@
302
302
  color:white;
303
303
  background-color: var(--hovercolor);
304
304
  }
305
- svg{
305
+ .soc svg{
306
306
  max-height: 15px;
307
307
  }
308
+ pre.mermaid{
309
+ background-color: transparent;
310
+ padding: 0;
311
+ text-align: center;
312
+ overflow-x: auto;
313
+ }
314
+ pre.mermaid svg{
315
+ max-width: 100%;
316
+ height: auto;
317
+ }
308
318
  .soc:hover{
309
319
  color: white;
310
320
  }