update
This commit is contained in:
19
.obsidian/snippets/[editor] Table tweaks.css
vendored
Normal file
19
.obsidian/snippets/[editor] Table tweaks.css
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
Tables tweaks
|
||||
WIP
|
||||
https://github.com/replete/obsidian-minimal-theme-css-snippets
|
||||
*/
|
||||
:root {
|
||||
--table-border-color: var(--text-faint);
|
||||
}
|
||||
|
||||
/* Border color */
|
||||
.cm-s-obsidian .cm-table-widget th,
|
||||
.cm-s-obsidian .cm-table-widget td{
|
||||
border-color: var(--table-border-color);
|
||||
}
|
||||
|
||||
/* Bold header row */
|
||||
.cm-s-obsidian .cm-table-widget th {
|
||||
font-weight:bold;
|
||||
}
|
Reference in New Issue
Block a user