mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-22 18:21:39 +01:00
avoid white ring around avatars in dark theme
This commit is contained in:
parent
cbdd7548da
commit
78f352b839
@ -51,7 +51,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: var(--fixed-white);
|
background: var(--background-color-primary);
|
||||||
color: var(--fixed-white);
|
color: var(--fixed-white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user