Personal website https://altinel.dev
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.

47 lines
735 B

3 years ago
body {
3 years ago
background-color: #15151c;
3 years ago
color: #fff;
font-family: monospace, monospace;
font-size:16px;
max-width: 1050px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
padding-bottom: 200px;
3 years ago
}
a:link {
color: #5fc;
3 years ago
text-decoration: none;
}
a:visited {
color: #5fc;
text-decoration: none;
}
a:hover {
color: #0bc;
text-decoration: underline;
}
h1,h2,h3 {
3 years ago
color: #0f0;
}
small {
3 years ago
color: #0bc;
}
pre{
background-color: #1c1c26;
}
#toc_container {
background-color: #1c1c26;
border: 1px dashed #0bc;
display: table;
font-size: 95%;
margin-top: 1em;
margin-bottom: 2em;
padding: 20px;
width: auto;
}
.toc_title {
font-weight: bold;
}