summaryrefslogtreecommitdiffstats
path: root/sass
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-08 20:20:12 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-08 20:20:12 +0200
commitd010783ad4806d6f8a603e8a48713969a94a6fbf (patch)
tree3f6244b26675d8b2c3eed3faeb1cc6df264e6c29 /sass
parent531fa7d53f132ed74919f4dbd4ed7e4d09e1bf7b (diff)
downloadrabalderz-d010783ad4806d6f8a603e8a48713969a94a6fbf.tar.gz
rabalderz-d010783ad4806d6f8a603e8a48713969a94a6fbf.tar.bz2
rabalderz-d010783ad4806d6f8a603e8a48713969a94a6fbf.zip
Add some style of logo to the page.
Based on the Blockout 2AM font from The League of Movable Type/Tyler Finck.
Diffstat (limited to 'sass')
-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;