We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1423f65 commit 33a2096Copy full SHA for 33a2096
scss/style.scss
@@ -266,6 +266,14 @@ nav {
266
}
267
268
.post {
269
+ h1 {
270
+ cursor: pointer;
271
+ &:hover, &:active {
272
+ color: $blue;
273
+ text-decoration: none;
274
+ }
275
276
+
277
blockquote {
278
border-left: 2px solid $gray;
279
font-size: 22px;
style.css
@@ -496,6 +496,11 @@ nav {
496
padding-bottom: 1em;
497
border-bottom: none; }
498
499
+.post h1 {
500
+ cursor: pointer; }
501
+ .post h1:hover, .post h1:active {
502
+ color: #4183c4;
503
+ text-decoration: none; }
504
.post blockquote {
505
border-left: 2px solid #666666;
506
0 commit comments