Webinterface

This commit is contained in:
2025-09-26 15:51:18 +00:00
parent f057dc65c5
commit 85d7872934
8 changed files with 81 additions and 33 deletions

View File

@@ -0,0 +1,24 @@
body {
padding: 20px;
}
.table-dark {
background-color: #343a40 !important;
color: #fff !important;
}
.badge {
font-size: 0.9rem;
}
pre {
background-color: #f8f9fa;
padding: 10px;
border-radius: 5px;
max-height: 600px;
overflow-y: scroll;
}
.mb-3 a.btn {
margin-right: 5px;
}