From 16f29d117a97451b73870a82c530dcdb7af7d1f6 Mon Sep 17 00:00:00 2001 From: Gonzalo Date: Thu, 7 Oct 2021 10:16:14 -0300 Subject: [PATCH] Improve text/background contrast for ex/top version text after tailwindcss update --- .../live/console_live/history_component.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir_console_web/live/console_live/history_component.html.heex b/lib/elixir_console_web/live/console_live/history_component.html.heex index fe643c8..ebdd3c6 100644 --- a/lib/elixir_console_web/live/console_live/history_component.html.heex +++ b/lib/elixir_console_web/live/console_live/history_component.html.heex @@ -1,5 +1,5 @@
-
+

Elixir <%= System.version() %>/OTP <%= System.otp_release() %>

<%= for output <- @output do %>