Use CSS variables to simplify styling. ... root { --main-color: blue; } body { color: var(--main-color); }.
確定! 回上一頁