5 lines
134 B
CSS
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;
|
|
}
|