summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/main.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-08-25 20:41:32 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-08-25 20:41:32 +0200
commit932f5651d0e2ec8e5117f54b911fb126e7b1b32c (patch)
treee7d0b54eca4591bd7cc768e1805f325667c84a25 /blog/_assets/stylesheets/main.scss
parent6c4846c3d82529c17ba1c263d6c04ba48e18ab7e (diff)
downloadnorsk-urskog-main-932f5651d0e2ec8e5117f54b911fb126e7b1b32c.tar.gz
norsk-urskog-main-932f5651d0e2ec8e5117f54b911fb126e7b1b32c.tar.bz2
norsk-urskog-main-932f5651d0e2ec8e5117f54b911fb126e7b1b32c.zip
Move post and post header to separate partials, and change styling.
Diffstat (limited to 'blog/_assets/stylesheets/main.scss')
-rw-r--r--blog/_assets/stylesheets/main.scss24
1 files changed, 5 insertions, 19 deletions
diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss
index f2a84a7..fbf13e5 100644
--- a/blog/_assets/stylesheets/main.scss
+++ b/blog/_assets/stylesheets/main.scss
@@ -3,6 +3,7 @@
@import "header";
@import "navbar";
@import "pagination";
+@import "post";
body {
background-color: black;
@@ -24,6 +25,10 @@ a {
}
}
+h1, h2, h3, h4, h5, h6 {
+ color: $heading-color;
+}
+
h1 {
font-size: 20pt;
}
@@ -98,25 +103,6 @@ h1 {
float: left;
margin-right: 5mm;
- header {
- date {
- font-size: 10pt;
- }
- h1 {
- font: {
- size: 13pt;
- weight: bold;
- }
- margin: {
- bottom: 5mm;
- top: 0;
- }
- a {
- text-decoration: none;
- }
- }
- }
-
&.wide {
width: 100%;
float: none;