Skip to content

Commit 46b116a

Browse files
Adjust table stripe + code color for dark
1 parent b994b88 commit 46b116a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scss/ims-style-dark.scss

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ $body-color: #fbfbfb;
1111

1212
/*-- scss:rules --*/
1313

14+
.table-striped>tbody>tr:nth-of-type(odd) {
15+
background-color: #000000 !important;
16+
}
17+
18+
p code:not(.sourceCode), li code:not(.sourceCode), td code:not(.sourceCode) {
19+
background-color: lighten($body-bg, 10%);
20+
}
21+
22+
code {
23+
color: #e5cff1;
24+
}
25+
1426
.sidebar-title {
1527
color: #569BBD;
1628
}

0 commit comments

Comments
 (0)