diff --git a/public/css/index.css b/public/css/index.css index 75120ae..dead508 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -44,10 +44,10 @@ body { min-height:100%; font-family: var(--font-family); color: var(--text-color); - background-image: url("/img/dark-b10.png"); - background-position: bottom right; - background-repeat: repeat-x; - background-attachment: fixed; + 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; font-size: 16px; } @@ -188,7 +188,7 @@ header h1 a[href] { height:100%; box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.4); background-image: url("/img/dark-b10.png"); - background-position: bottom right; + background-position: bottom left; background-repeat: repeat-x; background-attachment: fixed; } diff --git a/public/img/night-sky.png b/public/img/night-sky.png new file mode 100644 index 0000000..98cdfbb Binary files /dev/null and b/public/img/night-sky.png differ