mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Created a "Variant" system — themes are now able to inherit from base themes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"base-theme": "standard"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
#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 */
|
||||
}
|
||||
Reference in New Issue
Block a user