summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-05-27 12:01:12 -0400
committerFreya Murphy <freya@freyacat.org>2024-05-27 12:01:12 -0400
commitdd57d6537c814c124be2e6490e4ceb9ed831552d (patch)
tree7cb4d8ed3f2016dd3130cb0f1449255d9c8a13bd /src
parentfix cookies (diff)
downloadldap_forwardauth-dd57d6537c814c124be2e6490e4ceb9ed831552d.tar.gz
ldap_forwardauth-dd57d6537c814c124be2e6490e4ceb9ed831552d.tar.bz2
ldap_forwardauth-dd57d6537c814c124be2e6490e4ceb9ed831552d.zip
readme
Diffstat (limited to 'src')
-rw-r--r--src/public/bg.jpgbin425136 -> 375672 bytes
-rw-r--r--src/public/main.css6
2 files changed, 2 insertions, 4 deletions
diff --git a/src/public/bg.jpg b/src/public/bg.jpg
index 98ef823..6f8314a 100644
--- a/src/public/bg.jpg
+++ b/src/public/bg.jpg
Binary files differ
diff --git a/src/public/main.css b/src/public/main.css
index 058a49e..51dfb4d 100644
--- a/src/public/main.css
+++ b/src/public/main.css
@@ -16,10 +16,8 @@ html, body {
body {
display: flex;
justify-content: center;
- background: #898989;
- background-image: url('./bg.jpg');
- background-size: 100%;
- background-position: 50% 50%;
+ background: url('./bg.jpg')
+ 50% 50%/cover no-repeat fixed;
color: #fff;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-weight: 100;