mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 11:10:44 +02:00
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:
parent
c7e2f0f4a9
commit
6d3f873d6b
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user