]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/channel/avatar.component.scss
Set a default background color for account avatar
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / channel / avatar.component.scss
index b778c9eb077d9965c21a85f1bf1570fb24561934..6629a432794873b0f07d635ebb625703573c873f 100644 (file)
@@ -28,5 +28,6 @@
     border: 2px solid var(--mainBackgroundColor);
     transform: translateX(15%);
     position: relative;
+    background-color: var(--mainBackgroundColor);
   }
 }