Files
Obsidian-Vault-2026/.obsidian/snippets/unbold-table.css
T

5 lines
134 B
CSS

/* Unbold table headers in Reading and Live Preview modes */
th, .markdown-rendered th, .cm-embed-block th {
font-weight: normal;
}