You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
369 B

body {
background-color:#333333;
color: white;
font-family: 'Source Sans Pro', sans-serif;
}
pre {
background-color: #555555;
max-width: 33%;
font-family: 'IBM Plex Mono', monospace;
font-size: 14px;
}
p {
font-size: 18px;
}
a {
color:#47FF58;
}
a:link {
color:#47FF58;
}
a:visited {
color:#47FF58;
}
a:hover {
color:#47FF58;
}
a:active {
color:#47FF58;
}