Add active class for category link, similar to :hover

This commit is contained in:
Bertocq
2017-06-19 22:54:30 +02:00
parent 40563ffc64
commit 2c031d75c8

View File

@@ -653,7 +653,8 @@ footer {
background: $highlight;
color: $link;
&:hover {
&:hover,
&.active {
background: $brand;
color: #fff;
}