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.

31 lines
401 B

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