For this specific use case, CSS variables help a lot. .blue-theme { --btn-color: blue; } .green-theme { --btn-color: green; } .theme-button ...
確定! 回上一頁