CSS adjustments for search

This commit is contained in:
Tom Raithel
2017-03-08 22:47:14 +01:00
parent 0ed3d78de4
commit 64705b5df8
5 changed files with 64 additions and 10 deletions

View File

@@ -22,6 +22,14 @@
}
&:hover {
text-decoration: underline;
color: var(--color-white);
&:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
border-bottom: 2px solid var(--color-white);
}
}
}