Updated css. Added test test for cli and core

This commit is contained in:
Christoffer Martinsson
2018-10-31 20:57:19 +01:00
parent 82b5965900
commit 000be4c9e1
4 changed files with 331 additions and 1 deletions

View File

@@ -95,12 +95,23 @@ article section.page h1:first-of-type {
article section.page h2 {
font-size: 1.5rem;
background: #161616;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
margin-left: -5px;
}
article section.page h3 {
font-size: 1.2rem;
font-size: 1.5rem;
border-bottom: solid #303030;
padding-left: 5px;
margin-left: -5px;
}
article section.page h4 {
font-size: 1.2rem;
}
.nav i {
color: #c6c6c6;
}