1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-16 09:33:13 +02:00

heading link fix

This commit is contained in:
Matthias Kretschmann 2014-07-10 17:43:16 +02:00
parent ef2e7197aa
commit cc26ede465

View File

@ -72,7 +72,8 @@ h3 a:visited:hover {
color: @link-color-hover; color: @link-color-hover;
} }
a:active { a:active,
h1 a:visited:active {
.transition(none); .transition(none);
top: 1px; top: 1px;
background: @link-color; background: @link-color;