diff --git a/style/book.css b/style/book.css index 6cff143b1..8cf7c117d 100644 --- a/style/book.css +++ b/style/book.css @@ -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; } @@ -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; } @@ -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; } @@ -137,7 +144,7 @@ div.indented { .md code > .delete { text-decoration: line-through; - background-color: #; + background-color: #fdd; color: #a0a0a0; background: #e0cfcc; } diff --git a/style/website.css b/style/website.css index a407dfa28..806111d07 100644 --- a/style/website.css +++ b/style/website.css @@ -23,7 +23,10 @@ div.content { margin: 0 auto; } -h1, h2, h3, .banner { +h1, +h2, +h3, +.banner { font-family: Copperplate Gothic, Georgia, serif; }