Skip to content

Commit a78c44f

Browse files
committed
format css, tweak example image
1 parent 213ed82 commit a78c44f

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed
Lines changed: 1 addition & 1 deletion
Loading

src/theme/css/exclude.css

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.light .no-light {
2-
display: none;
3-
}
4-
5-
.rust .no-rust {
1+
.light .no-light,
2+
.rust .no-rust,
3+
.navy .no-navy,
4+
.ayu .no-ayu,
5+
.coal .no-coal {
66
display: none;
77
}
88

@@ -11,18 +11,6 @@
1111
display: none;
1212
}
1313

14-
.navy .no-navy {
15-
display: none;
16-
}
17-
18-
.ayu .no-ayu {
19-
display: none;
20-
}
21-
22-
.coal .no-coal {
23-
display: none;
24-
}
25-
2614
.navy .no-dark-themes,
2715
.ayu .no-dark-themes,
2816
.coal .no-dark-themes {

0 commit comments

Comments
 (0)