Created
March 29, 2022 06:04
-
-
Save zwpaper/dc79e5ea02393e2162ddd9153f4e90ac to your computer and use it in GitHub Desktop.
Table colors for Obsidian Live Preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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