23 lines
No EOL
324 B
CSS
23 lines
No EOL
324 B
CSS
html {
|
|
background-color: #000;
|
|
color: #d9d9d9;
|
|
font-family: sans-serif;
|
|
font-size: large;
|
|
line-height: 1.4;
|
|
margin: 2em auto;
|
|
max-width: 800px;
|
|
padding: 1em;
|
|
scrollbar-gutter: stable both-edges;
|
|
}
|
|
|
|
a {
|
|
color: #00a2e7
|
|
}
|
|
|
|
a:visited {
|
|
color: #ca1a70
|
|
}
|
|
|
|
h1 {
|
|
font-family: serif;
|
|
} |