Show background in all oidc pages

This commit is contained in:
Johannes Zellner
2024-04-06 10:52:25 +02:00
parent 32d9490856
commit 9e05a4eab7
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -15,6 +15,12 @@
<style>
body {
background-image: url('/api/v1/cloudron/background');
background-size: cover;
background-position: center;
}
.card {
padding: 20px;
margin-bottom: 0;