Fix dark comments

This commit is contained in:
Cory LaViska
2020-08-18 09:40:28 -04:00
parent c49fbf3587
commit e74eb8d907

View File

@@ -101,6 +101,10 @@
color: var(--sl-color-gray-80);
}
.sl-theme-dark .markdown-section pre .token.comment {
color: var(--sl-color-gray-40);
}
/* Repo buttons */
.sl-theme-dark .repo-button {
background-color: var(--sl-color-gray-10);