diff --git a/README.md b/README.md index 24c046b1..7ae7930a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ ## Features 🌈 -- Instant search and full keyboard shortcuts +- Instant search by name, domain and tags - just start typing +- Full keyboard shortcuts for navigation, searching and launching - Multiple color themes, with easy method for adding more themes - Customizable layout options and item sizes - Preferences stored in local storage and applied on load diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index 46f3fe6a..1565e260 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -204,4 +204,4 @@ html[data-theme='colorful'] { svg path { fill: #05070e; } i.fas, i.fab, i.far, i.fal, i.fad { color: #05070e; } } -} \ No newline at end of file +} diff --git a/src/views/Home.vue b/src/views/Home.vue index 98cc05d2..260504d7 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -26,7 +26,10 @@ :class="(filterTiles(section.items).length === 0 && searchValue) ? 'no-results' : ''" /> -