fix(style): gist shortcode dark mode style

This commit is contained in:
Dillon
2020-03-14 17:29:39 +08:00
parent 6070846867
commit e4e005d6fd
3 changed files with 202 additions and 10 deletions

View File

@@ -142,6 +142,7 @@
margin: .625rem 0;
border-spacing: 0;
background: $table-background-color;
border-collapse: collapse;
.dark-theme & {
background: $table-background-color-dark;