인라인 스타일을 CSS 변수로 설정할 수 있을까요?

Inline styles are sometimes set using CSS variables, but other times declared directly for the property. I think it would be nice if the pattern with CSS variables would be generally adopted. It seems it’s perfectly backward compatible?

E.g. like this on the category banners:

네, 일반적으로 더 많은 곳에 CSS 변수를 사용하길 원합니다. 현재 변수가 없는 다른 곳에 이 변수들이 유용할 것 같다면 알려주세요!

이 PR에서는 --category-banner-background--category-banner-color를 사용합니다.