Pull some CSS out into the common scope

This commit is contained in:
Oliver-Akins 2025-05-18 12:16:12 -06:00
parent 606d6e14ea
commit cf4be4163e
4 changed files with 36 additions and 27 deletions

View file

@ -0,0 +1,5 @@
.stat-tracker {
.scrollable {
all: unset;
}
}