:root { --main-color : #06c ; --accent-color : #006 ; } /* The rest of the CSS file */ #foo h1 { color : var ( --main-color ); }.
確定! 回上一頁