Reorganizes and optimizes shared CSS components

Consolidates UI components into a centralized components.css file
Removes duplicate styles across multiple CSS files
Adds utility classes in a new utilities.css file
Reduces overall CSS complexity and improves maintainability

Removes quick-stats.css and redistributes its styles
Updates layout and stylesheet references accordingly
This commit is contained in:
Janus C. H. Knudsen 2026-01-13 00:09:46 +01:00
parent 15579acba8
commit 2e6207bb0b
33 changed files with 971 additions and 796 deletions

View file

@ -6,7 +6,8 @@
"Bash(dotnet build:*)",
"Bash(find:*)",
"Bash(tree:*)",
"Bash(npm run analyze-css:*)"
"Bash(npm run analyze-css:*)",
"Bash(node:*)"
]
}
}