This website uses a modified version of the WordPress theme ‘Twenty Fourteen’, because 2014 is when I first started my first WordPress site and also the year I first used Linux. Also, its a cool theme.
The additional CSS appplied is:
.site {
max-width: 100%;
position: relative;
font-family: monospace;
background-color: #222;
color: #ccc;
}
.site-header {
max-width: 100%;
position: relative;
width: 100%;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 80%;
background-color: #222;
color: #ccc
}
h1.entry-title a{
text-transform: none;
font-family: serif;
color: #ccc;
}
h1.entry-title{
text-transform: none;
font-family: serif;
color: #ccc;
}
.nav-links a{
color: #ccc;
}
.wp-block-quote {
color: #808089;
}
.pagination a, .cat-links a{
color: #808089;
}
.pagination a:hover {
color: #fff
}
.comment-author a{
color: #ccc;
}