From cad3828500fe57e64e5d2faca9dcf17c892d34b7 Mon Sep 17 00:00:00 2001 From: Yandols ZeonX Date: Wed, 26 Aug 2020 01:55:48 +0800 Subject: [PATCH] Changed background image query to "Mountain" and make frequency daily. --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9acdbda..3d30375 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -30,7 +30,7 @@ html { color: var(--color-primary); - background: var(--bg-primary) url("https://source.unsplash.com/1920x1080/?landscapes") no-repeat fixed center ; + background: var(--bg-primary) url("https://source.unsplash.com/1920x1080/daily/?mountain") no-repeat fixed center ; background-size: 100%; } body {