summaryrefslogtreecommitdiffstats
path: root/sass/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/styles.scss')
-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;
}