diff --git a/public/css/index.css b/public/css/index.css index 8426f15..0d1deaa 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -45,10 +45,10 @@ body { min-height:100vh; font-family: var(--font-family); color: var(--text-color); - background-image: url("/img/dark-b10.png"), url("/img/night-sky.png"); - background-position: bottom left, top 16px right 32px; - background-repeat: repeat-x, no-repeat; - background-attachment: fixed, fixed; + background-image: url("/img/dark-b10.png"); + background-position: bottom left; + background-repeat: repeat-x; + background-attachment: fixed; font-size: 16px; }