Use a dark background value for user avatars
authorAlexander Ebert <ebert@woltlab.com>
Mon, 19 Jun 2023 16:17:34 +0000 (18:17 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 19 Jun 2023 16:17:34 +0000 (18:17 +0200)
Fixes #5540

wcfsetup/install/files/style/ui/userProfile.scss

index 0fd6bdbcf66c7b14f4e9f6dbd1275fe8e76d5492..3aab5178b1fc3092df9bbdf511d44b39332834a4 100644 (file)
        border-radius: 50%;
 }
 
+html[data-color-scheme="dark"] .userAvatarImage {
+       background-color: #333;
+}
+
 .userAvatarList {
        display: flex;
        flex-wrap: wrap;