[bug] fix header underline issue

This commit is contained in:
Avris 2020-12-25 14:38:23 +01:00
parent 1b45280e8f
commit 135853ce01
1 changed files with 11 additions and 3 deletions

View File

@ -232,8 +232,16 @@
}
};
h1 {
a {
text-decoration: none;
.higher {
position: relative;
top: -0.1em;
}
&:hover .higher {
text-decoration: underline;
}
}
}
</style>