diff --git a/dashboard/public/index.html b/dashboard/public/index.html index cdb41ce..56d9df2 100644 --- a/dashboard/public/index.html +++ b/dashboard/public/index.html @@ -91,7 +91,12 @@ .field-label { display: block; - text-xs font-bold text-slate-500 uppercase tracking-widest mb-3; + font-size: 0.75rem; + font-weight: 700; + color: #64748b; + text-transform: uppercase; + letter-spacing: 0.05em; + margin-bottom: 0.75rem; } .input-glass { @@ -177,30 +182,34 @@