Show a dynamically updated list of NTS servers #1

Merged
mike merged 21 commits from liveview into main 2024-07-26 09:35:19 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4f5b886e9e - Show all commits

View File

@ -14,7 +14,7 @@ module.exports = {
theme: {
extend: {
colors: {
brand: "#FD4F00",
brand: "#DC7556",
}
},
},

View File

@ -4,7 +4,7 @@
<a href="/" class="hover:text-zinc-700 dark:hover:text-zinc-400">
Chronoscope
</a>
<p class="bg-brand/5 dark:bg-brand/70 text-brand dark:text-zinc-900 rounded-full px-2 font-medium leading-6">
<p class="bg-brand/10 dark:bg-brand text-brand dark:text-zinc-900 rounded-full px-2 font-medium leading-6">
v<%= Application.spec(:chronoscope, :vsn) %>
</p>
</div>
@ -19,7 +19,7 @@
</div>
</header>
<main class="px-4 py-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-7xl">
<div class="mx-auto max-w-fit">
<.flash_group flash={@flash} />
<%= @inner_content %>
</div>