summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/main.scss
diff options
context:
space:
mode:
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;