UI: 将 mix-blend-mode 应用到所有用户的头像,解决白底问题
This commit is contained in:
+2
-1
@@ -390,7 +390,8 @@ a:hover {
|
||||
height: 36px;
|
||||
border-radius: 2px;
|
||||
object-fit: cover;
|
||||
background: #ddd;
|
||||
background: transparent;
|
||||
mix-blend-mode: multiply;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user