diff --git a/src/client/app/common/views/components/avatar.vue b/src/client/app/common/views/components/avatar.vue index 77d4d5492..7f6a555ad 100644 --- a/src/client/app/common/views/components/avatar.vue +++ b/src/client/app/common/views/components/avatar.vue @@ -1,14 +1,14 @@ @@ -41,6 +41,9 @@ export default Vue.extend({ cat(): boolean { return this.user.isCat && this.$store.state.settings.circleIcons; }, + white():boolean { + return this.$store.state.device.darkmode; + }, style(): any { return { backgroundColor: this.lightmode @@ -69,13 +72,16 @@ export default Vue.extend({ &.cat::before, &.cat::after background #df548f - border solid 4px #ffffff + border solid 4px #202224 box-sizing border-box content '' display inline-block height 50% width 50% + &.white + border-color #e0eefd + &.cat::before border-radius 0 75% 75% transform rotate(37.5deg) skew(30deg)