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.

26 lines
383 B

body {
background-color: #000000;
line-height:1.5em;
font-family:Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}
.navbar {
color: #FFAB00;
font-family: Consolas, monaco, monospace;
}
.navbar:visited {
color: #0054FF;
}
p {
color:#FFFFFF;
line-height: 14px;
font-family: 'Courier New', Courier, monospace;
}
::selection {
background:#BE0C0C;
}