mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Finished blog.
This commit is contained in:
@@ -10,7 +10,7 @@ $highlight: #c0d9f0;
|
||||
box-sizing: border-box;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
line-height: 2;
|
||||
color: $textColor;
|
||||
}
|
||||
|
||||
@@ -77,6 +77,14 @@ hr {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 40px 0 40px 40px;
|
||||
padding: 10px 20px;
|
||||
border-width: 0 0 0 2px;
|
||||
border-style: solid;
|
||||
border-color: $highlight;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 80px 40px;
|
||||
background: $highlight;
|
||||
@@ -181,3 +189,25 @@ footer {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.blog-entry {
|
||||
margin-bottom: 0;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
color: $linkColor;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $textColor;
|
||||
font-size: 26px;
|
||||
|
||||
&:hover {
|
||||
color: $linkColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user