Trying styling.
This commit is contained in:
parent
f463a6b858
commit
6164fe0963
@ -1 +1 @@
|
|||||||
remote_theme: cotes2020/jekyll-theme-chirpy
|
# remote_theme: cotes2020/jekyll-theme-chirpy
|
||||||
|
|||||||
20
assets/css/style.scss
Normal file
20
assets/css/style.scss
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user