mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
17 lines
228 B
CSS
17 lines
228 B
CSS
#track-label {
|
|
font-weight: 800;
|
|
}
|
|
|
|
#artist-label {
|
|
font-weight: 500;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.progress-text {
|
|
font-weight: 500;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
#progress-bar-track {
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Adds depth */
|
|
} |