aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/useflags/_useflag_result_row.html.erb')
-rw-r--r--app/views/useflags/_useflag_result_row.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/useflags/_useflag_result_row.html.erb b/app/views/useflags/_useflag_result_row.html.erb
index 3bdcd30..78c4f29 100644
--- a/app/views/useflags/_useflag_result_row.html.erb
+++ b/app/views/useflags/_useflag_result_row.html.erb
@@ -1,4 +1,4 @@
-<a class="list-group-item" href="<%= slf useflag_path useflag.name %>">
+<a class="list-group-item list-group-item-action text-dark" href="<%= slf useflag_path useflag.name %>">
<h3 class="kk-search-result-header"><%= useflag.name %></h3>
<%= useflag.description %>
</a>