Skip to content

Instantly share code, notes, and snippets.

@zwpaper
Created March 29, 2022 06:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zwpaper/dc79e5ea02393e2162ddd9153f4e90ac to your computer and use it in GitHub Desktop.
Save zwpaper/dc79e5ea02393e2162ddd9153f4e90ac to your computer and use it in GitHub Desktop.
Table colors for Obsidian Live Preview
.cm-table-widget table thead tr {
background-color: var(--dark3);
}
.cm-table-widget table tbody tr:nth-child(even) {
background-color: var(--background-primary);
}
.cm-table-widget table tbody tr:nth-child(even) {
background-color: var(--background-secondary);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment