dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 5d1b5ea2a1ce5b449174dddde27a11c7147aa6f4
parent 11121475b8a8865e048afa66215deaabbd427a14
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat,  3 Dec 2022 21:11:42 -0500

new background for december

Diffstat:
Apkg/web/public/img/login_bg_1.jpg | 0
Mpkg/web/public/views/pages/chat-password.gohtml | 2+-
Mpkg/web/public/views/pages/first-use.gohtml | 2+-
Mpkg/web/public/views/pages/forgot-password.gohtml | 2+-
Mpkg/web/public/views/pages/login.gohtml | 2+-
Mpkg/web/public/views/pages/signup-invite.gohtml | 2+-
Mpkg/web/public/views/pages/signup-wait.gohtml | 2+-
Mpkg/web/public/views/pages/signup.gohtml | 2+-
8 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pkg/web/public/img/login_bg_1.jpg b/pkg/web/public/img/login_bg_1.jpg Binary files differ. diff --git a/pkg/web/public/views/pages/chat-password.gohtml b/pkg/web/public/views/pages/chat-password.gohtml @@ -32,7 +32,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%; diff --git a/pkg/web/public/views/pages/first-use.gohtml b/pkg/web/public/views/pages/first-use.gohtml @@ -30,7 +30,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%; diff --git a/pkg/web/public/views/pages/forgot-password.gohtml b/pkg/web/public/views/pages/forgot-password.gohtml @@ -32,7 +32,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%; diff --git a/pkg/web/public/views/pages/login.gohtml b/pkg/web/public/views/pages/login.gohtml @@ -32,7 +32,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%; diff --git a/pkg/web/public/views/pages/signup-invite.gohtml b/pkg/web/public/views/pages/signup-invite.gohtml @@ -32,7 +32,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%; diff --git a/pkg/web/public/views/pages/signup-wait.gohtml b/pkg/web/public/views/pages/signup-wait.gohtml @@ -34,7 +34,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%; diff --git a/pkg/web/public/views/pages/signup.gohtml b/pkg/web/public/views/pages/signup.gohtml @@ -32,7 +32,7 @@ } .bg { /* The image used */ - background-image: url("/public/img/login_bg.jpg"); + background-image: url("/public/img/login_bg_1.jpg"); /* Full height */ height: 100%;