aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscss/style.scss8
-rw-r--r--style.css5
2 files changed, 13 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 42bfcca..bd7f172 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -266,6 +266,14 @@ nav {
}
.post {
+ h1 {
+ cursor: pointer;
+ &:hover, &:active {
+ color: $blue;
+ text-decoration: none;
+ }
+ }
+
blockquote {
border-left: 2px solid $gray;
font-size: 22px;
diff --git a/style.css b/style.css
index 80ff3b8..f0e541b 100644
--- a/style.css
+++ b/style.css
@@ -496,6 +496,11 @@ nav {
padding-bottom: 1em;
border-bottom: none; }
+.post h1 {
+ cursor: pointer; }
+ .post h1:hover, .post h1:active {
+ color: #4183c4;
+ text-decoration: none; }
.post blockquote {
border-left: 2px solid #666666;
font-size: 22px;