diff --git a/assets/tailwind.config.js b/assets/tailwind.config.js index 4f2890f..a12cde6 100644 --- a/assets/tailwind.config.js +++ b/assets/tailwind.config.js @@ -12,29 +12,18 @@ module.exports = { extend: { colors: { primary: '#6495ED', // cornflowerblue + highlight: '#74A0EF', bg: { - light: '#F0F8FF', // aliceblue - dark: '#1C1F26', // near black + light: '#D1DFFA', + dark: '#1E2D47', }, fg: { - light: '#222222', - dark: '#E0E6ED', + light: '#1E2D47', + dark: '#D1DFFA', }, secondary: { - light: '#B0C4DE', - dark: '#3A4A5E', - }, - accent: { - light: '#7B68EE', - dark: '#9CAEFF', - }, - danger: { - light: '#F08080', - dark: '#FF6B6B', - }, - success: { - light: '#3CB371', - dark: '#4CAF50', + light: '#64D9ED', + dark: '#324B77', }, }, }, diff --git a/lib/labelmaker_web/live/home.ex b/lib/labelmaker_web/live/home.ex index c1f616e..59601c8 100644 --- a/lib/labelmaker_web/live/home.ex +++ b/lib/labelmaker_web/live/home.ex @@ -23,36 +23,91 @@ defmodule LabelmakerWeb.Home do def render(assigns) do ~H""" -
-

Label Maker

-
- -
+
+

Labelmaker

+ + +
{@label}
- - - - - + +
+ + +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ +
"""