html,body {
background: black;
font-family: Monospace;
color: lightgreen;
}
#website-container {
width: 620px;
}
ul.navigation {
list-style-type: none;
display: block;
}
ul.navigation li {
display: inline;
}
ul.navigation a {
color: lightgreen;
text-decoration: none;
}
ul.navigation a:hover {
text-decoration: underline;
}
ul.posts {
list-style-type: none;
}
ul.posts a {
color: lightgreen;
text-decoration: none;
}
/* code block */
.language-plaintext.highlighter-rouge {
border-bottom: dashed;
}
ul.posts a:hover { text-decoration: underline; }
/* resources.html styles */
.home-social-links a {
color: lightgreen;
text-decoration: none;
}
/* Base Tags */
img { width: 100%; }
a {
color: lightgreen;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}