Style für Session check angepasst

This commit is contained in:
Borgal
2025-08-09 00:52:12 +02:00
parent bc24b4534e
commit f0a7128cc6

View File

@@ -1,3 +1,14 @@
body { body {
background-color: #e6e6e6ff; background-color: #e6e6e6ff;
} }
.container {
margin-top: 50px;
}
pre {
background-color: #e9ecef;
padding: 15px;
border-radius: 5px;
white-space: pre-wrap;
}