summaryrefslogtreecommitdiff
path: root/tools/common
AgeCommit message (Collapse)Author
19 hoursrefactor(tools): consolidate common CSS for HTML toolsskal
Extract common styles from various tool HTML files (timeline, spectral, cnn_v2_test, etc.) into a shared stylesheet. This reduces code duplication and improves maintainability of the tool frontends. - Create a new 'tools/common/style.css' to house the shared rules. - Update all tool HTML files to link to the new stylesheet. - Remove redundant inline styles from individual HTML files.