File: gitbook.css

package info (click to toggle)
node-redux 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 9,156 kB
  • sloc: javascript: 7,634; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.book-summary ul.summary li span {
  cursor: not-allowed;
  opacity: 0.3;
}

.book-summary ul.summary li a:hover {
  color: #0070CC;
  text-decoration: none;
}

code[class*="language-"],
pre[class*="language-"] {
  text-shadow: none;
}

.color-theme-2 .token.keyword {
  color: #24788F;
}

.token.operator {
  background: none;
}