Dashboard, Services, Server, Settings, Userinfo Page auf Darkmode umgebaut
This commit is contained in:
15
Watcher/wwwroot/css/user-info.css
Normal file
15
Watcher/wwwroot/css/user-info.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user