update html and and make use of template for pages

This commit is contained in:
2026-01-15 22:05:27 +01:00
parent c5693dcd4d
commit 9cff9dd24c
5 changed files with 73 additions and 62 deletions

View File

@@ -26,7 +26,7 @@ body {
height: 100%;
object-fit: cover;
z-index: -1;
filter: brightness(1);
filter: brightness(1.4);
}
.sidebar {
@@ -107,15 +107,15 @@ body {
}
.view {
width: clamp(600px, 70vw, 900px);
background: rgba(0, 0, 0, 0.6);
width: 100%;
background: rgba(0, 0, 0, 0.8);
border-radius: 12px;
padding: 40px;
position: relative;
z-index: -1;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
z-index: 0;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
overflow: auto;
height: 420px;
height: 90%;
}
.slider-container {