Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions style/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ div.indented {
** Table of Contents
** -----------------------------------------------------------------------------------------------*/

.md .longTOC, .md .mediumTOC, .md .shortTOC {
.md .longTOC,
.md .mediumTOC,
.md .shortTOC {
font-family: sans-serif;
}

Expand All @@ -37,7 +39,9 @@ div.indented {
border-bottom: solid 4px #777;
}

.md .longTOC, .md .mediumTOC, .md .shortTOC {
.md .longTOC,
.md .mediumTOC,
.md .shortTOC {
font-family: sans-serif;
}

Expand Down Expand Up @@ -99,9 +103,12 @@ div.indented {
background: #e4e4e0;
}

/* Hilight.js Syntax Coloring */
/* Highlight.js Syntax Coloring */

.hljs-built_in, .hljs-params, .hljs-type, .hljs-literal {
.hljs-built_in,
.hljs-params,
.hljs-type,
.hljs-literal {
color: #222;
}

Expand Down Expand Up @@ -137,7 +144,7 @@ div.indented {

.md code > .delete {
text-decoration: line-through;
background-color: #;
background-color: #fdd;
color: #a0a0a0;
background: #e0cfcc;
}
Expand Down
5 changes: 4 additions & 1 deletion style/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ div.content {
margin: 0 auto;
}

h1, h2, h3, .banner {
h1,
h2,
h3,
.banner {
font-family: Copperplate Gothic, Georgia, serif;
}

Expand Down