Skip to content

Commit 16f29d1

Browse files
committed
Improve text/background contrast for ex/top version text after tailwindcss update
1 parent ac39696 commit 16f29d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir_console_web/live/console_live/history_component.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="p-2" id="commandOutput" phx-update="append">
2-
<div id="version-info" class="text-gray-500 font-medium">
2+
<div id="version-info" class="text-gray-400 font-medium">
33
<p>Elixir <%= System.version() %>/OTP <%= System.otp_release() %></p>
44
</div>
55
<%= for output <- @output do %>

0 commit comments

Comments
 (0)