CSS Variables for colors :root { --color-east-bay: #545773; } ... to be able to use CSS vars we need to convert the hex provided by var to RGB ...
確定! 回上一頁