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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user