Set highlight style to the active anchor

This commit is contained in:
Thomas Chandelle
2017-01-11 11:54:06 +01:00
parent 0d8f0ac5fa
commit 5938db1459
2 changed files with 21 additions and 0 deletions
@@ -51,6 +51,9 @@ body {
width: 0px;
height: 0px;
}
.nameContainer .anchor.highlighted + h4 {
background-color: #faebcc;
}
a {
position: relative;
z-index: 1;