diff --git a/config.toml b/config.toml index 2afa18e1..9026019e 100644 --- a/config.toml +++ b/config.toml @@ -21,8 +21,8 @@ enableEmoji = true backgroundColor = "white" highlight = true highlightStyle = "paraiso-dark" - highlightLanguages = ["cs", "c", "scheme", "python", "java", "scala", "javascript"] - font = "Cambria" + highlightLanguages = ["cs", "cpp", "scheme", "python", "java", "scala", "javascript"] + font = "Source Serif Pro" copyright = "No reserved - sharing is caring. Hack away! Brain Baking" [Author] diff --git a/static/css/brainbaking.css b/static/css/brainbaking.css index bbe34262..fb4e5bea 100644 --- a/static/css/brainbaking.css +++ b/static/css/brainbaking.css @@ -62,7 +62,7 @@ img.bordered { /* -- Typography overrides bootstrap. -- default CSS included, can't override less settings from https://getbootstrap.com/docs/3.3/customize/ */ -main { +main, blockquote { font-size: 14pt !important; line-height: 1.7; } @@ -90,12 +90,20 @@ h4 { font-size: 16pt !important; } +h5 { + font-size: 14pt !important; +} + +h4 a { + font-weight: normal; +} + pre { font-size: 12pt !important; } @media (max-width: 767px) { - main { + main, blockquote { font-size: 12pt !important; } h2 { @@ -110,6 +118,10 @@ pre { font-size: 14pt !important; } + h5 { + font-size: 13pt !important; + } + pre { font-size: 10pt !important; }