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
+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;
}