summaryrefslogtreecommitdiffstats
path: root/sass/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/styles.scss')
-rw-r--r--sass/styles.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/sass/styles.scss b/sass/styles.scss
index 9b7141d..ef2ea26 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -5,6 +5,7 @@ body {
a {
color: #7e8ea6; //#566171;//#8f8f8f;
+ text-decoration: none;
}
h1, h2, h3 {
@@ -24,8 +25,14 @@ pre {
font-family: sans-serif;
.site-title {
background-color: #3e4753;
- color: #ccc;
font-size: 200%;
+ font-weight: bold;
+ a {
+ text-decoration: none;
+ }
+ img {
+ vertical-align: bottom;
+ }
}
.site-bar {
display: flex;