[DESIGN] search results highlight color

This commit is contained in:
Elisabeth Dickinson 2021-03-08 10:57:59 +01:00
parent d1b74862fc
commit 401f4d5fef

View File

@ -514,7 +514,7 @@ header.o_main_header{
} */
// Search items highlighted
dt:target, span.highlighted {
background-color: lighten($color-alpha, 50%);
background-color: lighten($warning, 15%);
}
section {