added league table

This commit is contained in:
2026-02-21 23:11:57 +11:00
parent daeb19cb82
commit d011c7acb8
6 changed files with 242 additions and 22 deletions

View File

@@ -514,6 +514,9 @@
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-10 {
width: calc(var(--spacing) * 10);
}
.w-12 {
width: calc(var(--spacing) * 12);
}
@@ -1294,6 +1297,9 @@
.text-subtext1 {
color: var(--subtext1);
}
.text-teal {
color: var(--teal);
}
.text-text {
color: var(--text);
}