style.css 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 :root { --main-bg-color: #6e87cf; --text-color: #ffffff; } body { background-color: var(--main-bg-color); background: no-repeat fixed 50% 50% url("./src/background.jpg"); color: var(--text-color); }