Added highlighting to search results

This commit is contained in:
Jan Böhmer 2024-02-29 22:20:30 +01:00
parent faadd8e9a4
commit e00988047c
2 changed files with 35 additions and 6 deletions

View file

@ -629,9 +629,10 @@ body {
display: none;
}
.aa-ItemContent mark {
background: none;
background: var(--bs-highlight-bg);
color: var(--bs-body-color);
font-style: normal;
padding: 0;
font-weight: 700;
font-weight: var(--aa-font-weight-bold);
}