/* Kuopion koulun pääsivun CSS-pohja, 1280x720 px, uusittu malli 29.10.2020 */ html{ --bannerlinkbackground: linear-gradient(to right, #192d9bb3, rgba(0, 0, 0, 0.4)); --reversethemebackground:#192d9bb3; --reverselinkbackground:#192d9bb3; --bannerbackgroundposition: center; --bannerbackgroundsize: cover; --bannerbackground: #fff; } a:link, a:visited {text-decoration:none;} @media all and (max-width:35rem){ html { --bannerbackground: #fff; --bannerheight: minmax(max(20rem,30vh), auto); } }