mirror of
https://github.com/dessalines/essays.git
synced 2026-03-11 09:04:37 +00:00
Trying styling.
This commit is contained in:
parent
f463a6b858
commit
6164fe0963
2 changed files with 21 additions and 1 deletions
|
|
@ -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 a new issue