summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-07 14:14:41 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-07 14:14:41 +0200
commita19d98ce7e590e6c7f82aa08f7e9791a72e2e8bc (patch)
tree3420ab92e02e3b1e2994be7198a83c667118ffe1 /sass
parent043710894c648f91a3c9acd11800d67f3b872670 (diff)
downloadrabalderz-a19d98ce7e590e6c7f82aa08f7e9791a72e2e8bc.tar.gz
rabalderz-a19d98ce7e590e6c7f82aa08f7e9791a72e2e8bc.tar.bz2
rabalderz-a19d98ce7e590e6c7f82aa08f7e9791a72e2e8bc.zip
Split english and norwegian posts.
This turned out a bit different than I initially though. The english and norwegian sections will essentially be separate. Afaict there's no direct way to make a "combined view" listing both english and norwegian posts. However, I think that's fine. Let's roll with this for now.
Diffstat (limited to 'sass')
-rw-r--r--sass/styles.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/sass/styles.scss b/sass/styles.scss
index 1027978..94bb3fe 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -4,11 +4,11 @@ body {
line-height: 1.5;
a {
- color: #8f8f8f;
+ color: #7e8ea6; //#566171;//#8f8f8f;
}
h1, h2, h3 {
- color: #828282;
+ color: #566171; //#3e4753;// #828282;
}
}
@@ -60,6 +60,12 @@ pre {
}
}
+.post-list {
+ h2 {
+ font-size: larger;
+ }
+}
+
.post-title {
margin-bottom: 0;
}