diff --git a/pelican/themes/notmyidea/css/main.css b/pelican/themes/notmyidea/css/main.css index 907f9c92..fd443ebe 100644 --- a/pelican/themes/notmyidea/css/main.css +++ b/pelican/themes/notmyidea/css/main.css @@ -62,6 +62,10 @@ a:hover, a:active { text-decoration: none; text-shadow: 1px 1px 1px #333; } + +h1 a:hover { + background-color: inherit +} /* Paragraphs */ p {margin-bottom: 1.143em;} @@ -425,4 +429,4 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;} #add-comment p.req {clear: both; margin: 0 .5em 1em 0; text-align: right;} #add-comment input[type='submit'] {float: right; margin: 0 .5em;} - #add-comment * {margin-bottom: .5em;} \ No newline at end of file + #add-comment * {margin-bottom: .5em;}