Frontend: Use white background for rainbow page

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-24 12:35:10 +02:00
parent 628885f8fe
commit 7b835f3168
2 changed files with 5 additions and 1 deletions

View file

@ -16,7 +16,7 @@
<link rel="stylesheet" href="/static/build/app.css?{{ .config.CSSHash }}">
</head>
<body>
<body class="white">
<div id="photoprism" class="container">
<div class="logo-large rainbow">
<img src="/static/svg/logo-black-bold.svg" alt="PhotoPrism">

View file

@ -312,6 +312,10 @@ body.shared .hidden-shared-only {
bottom: 2px;
}
body.white {
background: white;
}
#photoprism div.logo-large {
position: absolute;
top: 50%;