Added voting page & header styling fix

Implemented VoteComponent to allow users to vote for the server on multiple platforms. Updated routes, styles, and headers for consistency.
This commit is contained in:
Peter
2025-04-06 20:45:43 +02:00
parent b4d78690d9
commit b1f2a89a2e
13 changed files with 240 additions and 15 deletions
+1 -3
View File
@@ -23,10 +23,8 @@
<style>
header {
height: 460px;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("public/img/backgrounds/trees.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) url("public/img/backgrounds/trees.jpg") no-repeat center;
}
</style>
</head>