diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-27 12:01:12 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-27 12:01:12 -0400 |
commit | dd57d6537c814c124be2e6490e4ceb9ed831552d (patch) | |
tree | 7cb4d8ed3f2016dd3130cb0f1449255d9c8a13bd /src | |
parent | fix cookies (diff) | |
download | ldap_forwardauth-dd57d6537c814c124be2e6490e4ceb9ed831552d.tar.gz ldap_forwardauth-dd57d6537c814c124be2e6490e4ceb9ed831552d.tar.bz2 ldap_forwardauth-dd57d6537c814c124be2e6490e4ceb9ed831552d.zip |
readme
Diffstat (limited to 'src')
-rw-r--r-- | src/public/bg.jpg | bin | 425136 -> 375672 bytes | |||
-rw-r--r-- | src/public/main.css | 6 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/public/bg.jpg b/src/public/bg.jpg Binary files differindex 98ef823..6f8314a 100644 --- a/src/public/bg.jpg +++ b/src/public/bg.jpg 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; |