Mark functions matching the filter

This commit is contained in:
Andrea Cardaci
2018-09-15 18:20:39 +02:00
parent c53a95575f
commit 97d0b2d66c
2 changed files with 35 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
$accent: #bf0707;
$lighter: #fff4f4;
$marked: #ffcccc;
$hover: #ff0000;
// layout
@@ -143,6 +144,10 @@ h2, h3, h4, h5, h5 {
color: $hover;
border-color: $hover;
}
&.match a {
background: $marked;
}
}
}