Header color changes when hover

I used this code to change header to black, it didnt work
export function date_mouseIn(event) {
$w( “#header1” ).html = <h1 style = "color:black" > ${$w( "#header1).text}</h1>;
}

Im receiving this error :
Error parsing web-module ‘public/pages/c1dmp.js’: Unterminated string constant (3:56) while parsing file: public/pages/c1dmp.js

can u help please?