fix: update file paths and improve session handling in user interactions (#39)

Reviewed-on: #39
This commit is contained in:
2025-11-06 10:03:28 +01:00
parent 051e7406e3
commit de565b52dc
10 changed files with 72 additions and 46 deletions

View File

@@ -15,6 +15,7 @@
--bs-heading-color: var(--color) !important;
}
@highlightcolor: var(--highlightscolor);
@background-image: var(--background-image);
@color: var(--color);
@keyframes slideIn {
@@ -37,6 +38,18 @@
float: none;
margin-right:0;
}
.handcard :hover {
box-shadow: 3px 3px 3px @highlightcolor;
}
.bottom-div {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding: 10px;
}
/* Ensure body text color follows theme variable and works with Bootstrap */
body {