Skip to content

Commit

Permalink
Improve text/background contrast for ex/top version text after tailwi…
Browse files Browse the repository at this point in the history
…ndcss update
  • Loading branch information
grzuy committed Oct 7, 2021
1 parent ac39696 commit 16f29d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="p-2" id="commandOutput" phx-update="append">
<div id="version-info" class="text-gray-500 font-medium">
<div id="version-info" class="text-gray-400 font-medium">
<p>Elixir <%= System.version() %>/OTP <%= System.otp_release() %></p>
</div>
<%= for output <- @output do %>
Expand Down

0 comments on commit 16f29d1

Please sign in to comment.