More work done, more placeholder content. Can't be bothered to make all content multilingual. Code should be compliant though.

This commit is contained in:
Greenscreener
2019-07-14 19:28:54 +02:00
parent 19051bc505
commit 6b76c1892b
26 changed files with 194 additions and 35 deletions
+28
View File
@@ -60,4 +60,32 @@ $primary: #0b2a37;
.author-media {
margin-bottom: 15px;
}
.pageTitle.title {
font-weight: 300;
font-size: 40px;
margin-bottom: 10px;
}
.column .pageTitle.title {
font-size: 30px;
}
.pageHeader {
margin-bottom: 40px;
}
.content h1, h2, h3, h4, h5, h6, .title {
font-weight: 300;
}
h2 a {
color: $text;
}
.box h2 a {
color: $link;
&:hover {
color: $link-hover;
}
}
.separateWithCommas + .separateWithCommas:before {
content: ", ";
}
// /Custom styles