Replace scattered inline styles with CSS utility classes #41
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: low
Category: frontend
Location:
templates/*.htmlProblem
Hundreds of inline style= attributes duplicate color/size values disconnected from style.css variables; theming requires grep-replace across files.
Suggested fix
Define semantic classes (.text-positive, .bg-over-budget, etc.) in style.css and replace inline styles.
Filed by automated code review.