diff --git a/assets/scss/general.scss b/assets/scss/general.scss index 9ac20fe..36728e3 100644 --- a/assets/scss/general.scss +++ b/assets/scss/general.scss @@ -4,45 +4,17 @@ /* accomodate a blog-like site. */ /* ------------------------------------------------------------------------ */ -/* When setting the primary font stack, apply it to the Pure grid units along */ -/* with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use */ -/* specific font stacks to ensure the greatest OS/browser compatibility. */ -html, -button, -input, -select, -textarea, -p, -nav, -section, -article, -header, -footer, -.pure-g [class*="pure-u"] { - font-family: et-book, "Noto Serif SC", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif, "Noto Emoji"; -} - -p { - text-align: justify; -} - -code { - font-family: Menlo, Meslo, Courier, monospace; - font-size: 1.125rem; - line-height: 1.6; -} - -.sidenote, -.marginnote { - margin-right: -55%; - width: 45%; -} - - /* ------------------------------------------------------------------------ */ /* Generic content, such as the index list pages */ /* ------------------------------------------------------------------------ */ +hr { + margin-left: 0; + width: 75%; + max-width: 45rem; + border-color: rgba(250,250,250,0.25); +} + /* Content Title styling. This is mostly to avoid underlying links. */ h1.content-title { /*max-width: 50rem;*/ @@ -54,12 +26,6 @@ h1.content-title a:visited { text-decoration: none; color: inherit; } -h1.content-title a:hover, -h1.content-title a:focus { - color: darkgray; -} - - /* ------------------------------------------------------------------------ */ /* Styling for listing pages. */ diff --git a/assets/scss/vendor/tufte.scss b/assets/scss/vendor/tufte.scss index 46f7b2f..1db8132 100644 --- a/assets/scss/vendor/tufte.scss +++ b/assets/scss/vendor/tufte.scss @@ -327,6 +327,7 @@ div.table-wrapper { letter-spacing: 0.03em; } +code, .code { font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 1.125rem; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 75a6ccb..584ea13 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,14 +6,12 @@ {{ define "main" }}