Added some css snippets, some icons, and more
This commit is contained in:
Vendored
+2
@@ -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; }
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
/* Unbold table headers in Reading and Live Preview modes */
|
||||
th, .markdown-rendered th, .cm-embed-block th {
|
||||
font-weight: normal;
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
--file-line-width: 1200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user