diff --git a/_config.yml b/_config.yml index f259c48..b5695e5 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -remote_theme: cotes2020/jekyll-theme-chirpy +# remote_theme: cotes2020/jekyll-theme-chirpy diff --git a/assets/css/style.scss b/assets/css/style.scss new file mode 100644 index 0000000..d76792d --- /dev/null +++ b/assets/css/style.scss @@ -0,0 +1,20 @@ +@media (prefers-color-scheme: dark){ + body {color:#fff;background:#000} + a:link {color:#9cf} + a:hover, a:visited:hover {color:#cef} + a:visited {color:#c9f} +} +body{ + margin:1em auto; + max-width:40em; + padding:0 .62em; + font:1.2em/1.62 sans-serif; +} +h1,h2,h3 { + line-height:1.2; +} +@media print{ + body{ + max-width:none + } +}