diff --git a/css/main.css b/css/main.css index a2f6f23..fed9e15 100644 --- a/css/main.css +++ b/css/main.css @@ -711,7 +711,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic body { background-image: url(../img/ui/gnome3.jpg); - background-size: 100% 100vh; + background-size: cover; background-attachment: fixed; font-family: "Noto Serif", serif; font-size: 1.8rem; diff --git a/img/ui/gnome3.jpg b/img/ui/gnome3.jpg index 4eb1aaf..c4edcb5 100644 Binary files a/img/ui/gnome3.jpg and b/img/ui/gnome3.jpg differ diff --git a/scss/main.scss b/scss/main.scss index 516aac5..d0eaeac 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -18,7 +18,7 @@ $FontText: 'Noto Serif',serif; body{ background-image: url(../img/ui/gnome3.jpg); - background-size: 100% 100vh; + background-size: cover; background-attachment: fixed; font-family: $FontText;