Added some css snippets, some icons, and more

This commit is contained in:
2026-07-23 19:34:19 -04:00
parent ff127b43e5
commit dd5dee5c37
16 changed files with 7415 additions and 48 deletions
+2
View File
@@ -0,0 +1,2 @@
.cm-embed-block.cm-table-widget.markdown-rendered { margin: 0; padding: 0; }
.cm-line:has(+ .cm-embed-block.cm-table-widget) br { display: none; }
+4
View File
@@ -0,0 +1,4 @@
/* Unbold table headers in Reading and Live Preview modes */
th, .markdown-rendered th, .cm-embed-block th {
font-weight: normal;
}
+4
View File
@@ -0,0 +1,4 @@
body {
--file-line-width: 1200px;
}