Skip to content

Commit e1407e3

Browse files
committed
Bump deps. Fix for dark mode code highlights. Don't use Gitbook 4.0.
1 parent b4fb081 commit e1407e3

File tree

3 files changed

+819
-832
lines changed

3 files changed

+819
-832
lines changed

book.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gitbook": ">=3.2.1",
2+
"gitbook": "3.2.2",
33
"title": "Redux",
44
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs", "algolia"],
55
"pluginsConfig": {

build/gitbook.css

+13
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,16 @@
77
color: #008cff;
88
text-decoration: none;
99
}
10+
11+
code[class*="language-"],
12+
pre[class*="language-"] {
13+
text-shadow: none;
14+
}
15+
16+
.color-theme-2 .token.keyword {
17+
color: #3ac;
18+
}
19+
20+
.token.operator {
21+
background: none;
22+
}

0 commit comments

Comments
 (0)