53 lines
776 B
CSS
Executable File
53 lines
776 B
CSS
Executable File
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
|
|
@import url('https://fonts.googleapis.com/css?family=Roboto');
|
|
@import url('https://fonts.googleapis.com/css?family=Anton');
|
|
|
|
body {
|
|
padding: 20px;
|
|
background-color: #1e1e2e;
|
|
color: #cdd6f4;
|
|
font-family: "Roboto Mono";
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
margin: 0 auto;
|
|
max-width: 960px;
|
|
}
|
|
|
|
pre {
|
|
color: #f9e2af;
|
|
}
|
|
|
|
blockquote {
|
|
color: #f9e2af;
|
|
}
|
|
|
|
a {
|
|
color: #f5e0dc;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #a6e3a1;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 20px;
|
|
color: #eba0ac;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
h2, h3, h4, h5, h6 {
|
|
font-size: 16px;
|
|
color: #51afef;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
li {
|
|
color: #a6e3a1;
|
|
}
|
|
|
|
p {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|