Trying styling.

This commit is contained in:
Dessalines 2021-01-15 23:03:02 -05:00
parent f463a6b858
commit 6164fe0963
2 changed files with 21 additions and 1 deletions

View File

@ -1 +1 @@
remote_theme: cotes2020/jekyll-theme-chirpy
# remote_theme: cotes2020/jekyll-theme-chirpy

20
assets/css/style.scss Normal file
View File

@ -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
}
}