all repos — aaoth.xyz @ 835c1d8aba6722df690dd619c571054872e5c3d7

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}