mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Mark functions matching the filter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user