Added code syntax

This commit is contained in:
Christoffer Martinsson
2018-10-28 17:32:30 +01:00
parent 3dc5a02dd7
commit e089b4e0da
6 changed files with 91 additions and 9 deletions

View File

@@ -25,6 +25,10 @@ article > aside .menu .dd-item div a:hover, article > aside .menu .dd-item div a
color: #c6c6c6;
}
article > aside .menu .dd-item div a:hover {
color: #808080;
}
article > aside .menu .dd-item div i.category-icon:hover {
background-color: #161616;
}
@@ -81,7 +85,11 @@ section strong {
}
article section.page a{
color: #262626;
color: #808080;
}
article section.page a:hover {
color: #c6c6c6;
}
#navigation {
@@ -95,6 +103,14 @@ article section.page h1:first-of-type {
font-family: "Helvetica";
}
article section.page h2 {
font-size: 1.5rem;
}
article section.page h3 {
font-size: 1.2rem;
}
.nav i {
color: #c6c6c6;
}
@@ -107,8 +123,15 @@ body {
background-color: #262626;
}
code {
border-radius: 3px;
background: #303030;
color: #c6c6c6;
}
article section.page pre {
background: #c6c6c6;
background: #303030;
color: #c6c6c6;
}
.nav-select {