diff --git a/config.toml b/config.toml index 3c02ee0..a784eb2 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ title = "/speed/dial" theme = "slate" [ params ] - BackgroundImages = ["bg/02.webp"] + BackgroundImages = ["bg/bg.webp"] BackgroundStyle = "#000000;" OpenLinksInNewWindow = true Favicon = "favicon.ico" diff --git a/static/bg/01.webp b/static/bg/01.webp deleted file mode 100644 index 6e48f55..0000000 Binary files a/static/bg/01.webp and /dev/null differ diff --git a/static/bg/02.webp b/static/bg/02.webp deleted file mode 100644 index e951883..0000000 Binary files a/static/bg/02.webp and /dev/null differ diff --git a/static/bg/bg.webp b/static/bg/bg.webp new file mode 100644 index 0000000..1419e7d Binary files /dev/null and b/static/bg/bg.webp differ