#103 - Added a default highlight, as an opt-out setting

This commit is contained in:
Simon Cambier
2022-11-28 21:18:18 +01:00
parent 719d95d15b
commit 473fbca336
3 changed files with 34 additions and 9 deletions

View File

@@ -30,6 +30,11 @@
.omnisearch-highlight {
}
.omnisearch-default-highlight {
color: var(--text-normal);
background-color: var(--text-highlight-bg);
}
.omnisearch-input-container {
display: flex;
flex-direction: row;