diff options
Diffstat (limited to 'build/et-jekyll-theme')
-rw-r--r-- | build/et-jekyll-theme/index.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/build/et-jekyll-theme/index.html b/build/et-jekyll-theme/index.html index 8399d5f..4b760d7 100644 --- a/build/et-jekyll-theme/index.html +++ b/build/et-jekyll-theme/index.html @@ -3,11 +3,12 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="color-scheme" content="dark light"> <link rel="icon" href="data:,"> <title>ET-Jekyll Theme</title> <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> -<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style> +<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}blockquote{background:rgba(0,0,0,0.1);border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.footnotes{font-size:90%;}</style> </head> <nav> @@ -16,15 +17,10 @@ <main> <h1 id="et-jekyll-theme">ET-Jekyll Theme</h1> - <p>2018-01-14</p> - <p>ET-Jekyll theme is based off of Dave Liepmann’s awesome Tufte CSS - which takes it’s style and inspiration from the wonderful book and handout designs of Edward Tufte.</p> - <p>The differences are subtle when comparing my variation to Tufte CSS, but these changes were made out of personal preference and are not in any way “better”. If you prefer the original CSS styling - please use it!</p> - <p>This theme is an open source side project by Bradley Taunt - made with passion and care. Edit, improve, customize or butcher this theme as much as you’d like. If you spot an issue or find a better solution for any user pain-spots, please don’t hesitate to open a PR with your changes.</p> - <p>Enjoy ET-Jekyll!</p> <footer role="contentinfo"> <h2>Menu Navigation</h2> |