Step 9: Base Colours
Only now are the colours chosen. Just one background colour, and two foreground colours for now. One foreground colour for body text and one for links.
body {
background: #1B1F25;
color: #EEE;
}
a, a:link, a:visited {
color: #61979F;
}