aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscss/style.scss2
-rw-r--r--style.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/scss/style.scss b/scss/style.scss
index bd7f172..ff12bc9 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -266,7 +266,7 @@ nav {
}
.post {
- h1 {
+ h1 a {
cursor: pointer;
&:hover, &:active {
color: $blue;
diff --git a/style.css b/style.css
index f0e541b..acc9f0a 100644
--- a/style.css
+++ b/style.css
@@ -496,9 +496,9 @@ nav {
padding-bottom: 1em;
border-bottom: none; }
-.post h1 {
+.post h1 a {
cursor: pointer; }
- .post h1:hover, .post h1:active {
+ .post h1 a:hover, .post h1 a:active {
color: #4183c4;
text-decoration: none; }
.post blockquote {