feat: optimize scan flow with WebP compression and fix admin metrics visibility
This commit is contained in:
@@ -25,6 +25,18 @@ body {
|
||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||
}
|
||||
|
||||
/* Global Input Text Fix */
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
@apply bg-zinc-950 text-white border-zinc-800 focus:ring-1 focus:ring-orange-600 outline-none transition-all;
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
@apply text-zinc-600;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
||||
Reference in New Issue
Block a user