diff --git a/app/views/content/form/field_types/_tags.html.erb b/app/views/content/form/field_types/_tags.html.erb index 139a769e..0ed0a52d 100644 --- a/app/views/content/form/field_types/_tags.html.erb +++ b/app/views/content/form/field_types/_tags.html.erb @@ -66,7 +66,7 @@ <% @suggested_page_tags.each do |tag| %> ')" - class="inline-block bg-white hover:<%= @content.class.color %> hover:text-white rounded-full px-3 py-1 text-sm text-gray-700 cursor-pointer" + class="inline-block text-gray-200 hover:<%= @content.class.color %> hover:text-white rounded-full px-3 py-1 text-sm cursor-pointer" > <%= tag %> diff --git a/app/views/universes/hub.html.erb b/app/views/universes/hub.html.erb index f51c0d92..5895285b 100644 --- a/app/views/universes/hub.html.erb +++ b/app/views/universes/hub.html.erb @@ -1,6 +1,21 @@ + +