diff --git a/web/src/styles/globals.css b/web/src/styles/globals.css index 009fb27..56b02e7 100644 --- a/web/src/styles/globals.css +++ b/web/src/styles/globals.css @@ -93,23 +93,19 @@ transform: rotate(-5deg) scale(0.9); } } - --animate-shine: - shine var(--duration) infinite linear -; + --animate-shine: shine var(--duration) infinite linear; @keyframes shine { - 0% { - background-position: - 0% 0%; + 0% { + background-position: 0% 0%; } - 50% { - background-position: - 100% 100%; + 50% { + background-position: 100% 100%; } - to { - background-position: - 0% 0%; + to { + background-position: 0% 0%; } - }} + } +} :root { --radius: 0.625rem; @@ -175,8 +171,8 @@ --accent: oklch(0.269 0 0); --accent-foreground: oklch(0.985 0 0); --destructive: oklch(0.704 0.191 22.216); - --border: oklch(1 0 0 / 10%); - --input: oklch(1 0 0 / 15%); + --border: oklch(1 0 0 / 20%); + --input: oklch(1 0 0 / 25%); --ring: oklch(0.556 0 0); --chart-1: oklch(0.488 0.243 264.376); --chart-2: oklch(0.696 0.17 162.48); @@ -221,4 +217,4 @@ textarea { [role="button"], button { cursor: pointer; -} \ No newline at end of file +}