Refactor text styling in dashboard.css

Removed padding, vertical alignment, and adjusted letter-spacing. Increased letter-spacing to 2px for improved text appearance.
This commit is contained in:
DJObleezy 2025-04-22 22:36:39 -07:00
parent c7e2f0f4a9
commit 6d3f873d6b

View File

@ -230,11 +230,9 @@
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
margin-left: 4px; margin-left: 4px;
padding: 2px 5px;
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px; border-radius: 3px;
letter-spacing: 0.5px; letter-spacing: 2px;
vertical-align: middle;
} }
/* Pool luck indicators */ /* Pool luck indicators */