}
.title {
+ font-size: 2em;
+ font-style: capitalize;
margin: 0 auto 15px auto;
padding: 5px;
width: 95%;
margin-bottom: 0;
}
-.readme pre {
+.readme pre,
+.readme code {
font-family: 'Red Hat Mono', monospace;
margin: 1em 0;
white-space: pre;
.projects_list,
.tags {
width: 95%;
- background: #f0f0f0;
- color: #545454;
+ background: var(--bluish-grey);
+ color: var(--light-grey);
border: 1px solid #d8d8d8;
padding: 5px;
margin: 0 auto 15px auto;