essays-ccs/assets/css/style.scss
2021-01-15 23:07:10 -05:00

25 lines
309 B
SCSS

---
---
@import "";
a:link {color:#9cf}
a:hover, a:visited:hover {color:#cef}
a:visited {color:#c9f}
body{
color:#fff;
background:#000;
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
}
}