Dashboard, Services, Server, Settings, Userinfo Page auf Darkmode umgebaut

This commit is contained in:
2025-09-08 15:06:39 +02:00
parent ab6f99eb6b
commit 6e6d17b134
15 changed files with 154 additions and 98 deletions

View File

@@ -0,0 +1,15 @@
.table {
color: red;
}
.picture {
width: 120px;
height: 120px;
object-fit: cover;
}
.usertable {
background-color: var(--color-surface);
color: var(--color-text);
}