-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcourse-style.css
51 lines (48 loc) · 1.14 KB
/
course-style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
* Course Handout Style
*
* Customize me!
*/
/* color scheme */
body header { background: #333; }
body footer { background: #333; }
body .nav > li.active > a { background-color: #333; }
body .remark-slide-content.chapter h1 { background: #333; }
body .remark-slide-content.chapter p { color: #333; }
/* syntax highlighting */
.hljs,
.hljs-subst { color: #444; }
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name { font-weight: bold; }
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition { color: #2C6F2C; }
.hljs-literal { color: #4D974D; }
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo { color: #BC6060; }
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion { color: #880000; }
.hljs-title,
.hljs-section { color: #880000; font-weight: bold; }
.hljs-comment { color: #888888; }
.hljs-meta { color: #2B6EA1; }
.hljs-meta-string { color: #6CA8D6; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: bold; }
/* ... and so on ... */