fix: update allowed hosts filter and adjust background color in login page

This commit is contained in:
2025-11-07 11:13:36 +01:00
parent de565b52dc
commit cf9a73b089
3 changed files with 2 additions and 3 deletions

View File

@@ -55,10 +55,8 @@
<div class="card-body">
@if(playersession.id == user.get.id) {
<h5 class="card-title">@playersession.name (You)</h5>
<p class="card-text">Your text could be here!</p>
} else {
<h5 class="card-title">@playersession.name</h5>
<p class="card-text">Your text could be here!</p>
}
</div>
</div>

View File

@@ -40,7 +40,7 @@
console.log('callback - particles.js config loaded');
});
</script>
<div id="particles-js" style="background-color: rgb(182, 25, 36);
<div id="particles-js" style="background-color: rgb(11, 8, 8);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;"></div>