all repos — aaoth.xyz @ 3e30c7241cb18c5e02195e889b9e4dc73490214a

aaoth.xyz website

_sass/temp.scss (view raw)

 1* {
 2	margin: 0;
 3	padding: 0;
 4}
 5html {
 6	font-family: sans-serif;
 7	background: black;
 8}
 9body {
10	color: white;
11	margin-left: auto;
12	margin-right: auto;
13	width: auto;
14	max-width: 800px;
15}
16h1 {
17	border-bottom: 1px solid white;
18}
19p {
20	margin: 30px 0;
21}