git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
007c643
)
Fix dark theme search result hover over colour
author
Adam Dullage
<redacted>
Thu, 2 May 2024 16:37:16 +0000
(17:37 +0100)
committer
Adam Dullage
<redacted>
Thu, 2 May 2024 16:37:16 +0000
(17:37 +0100)
client/views/SearchResults.vue
patch
|
blob
|
history
diff --git
a/client/views/SearchResults.vue
b/client/views/SearchResults.vue
index 96b14490fd119fcb0d7f1f4d7acab65f93db4e44..e31b42c801e9b843f269022c86083f1241d96bb9 100644
(file)
--- a/
client/views/SearchResults.vue
+++ b/
client/views/SearchResults.vue
@@
-6,7
+6,7
@@
<!-- Search Results -->
<div
v-for="result in results"
- class="mb-4 cursor-pointer rounded px-2 py-1 hover:bg-theme-background-tint"
+ class="mb-4 cursor-pointer rounded px-2 py-1 hover:bg-theme-background-tint
dark:hover:bg-theme-background-elevated
"
>
<RouterLink :to="result.href">
<!-- Title and Tags -->
git clone https://git.99rst.org/PROJECT