File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
apps/web/app/components/namecard Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,8 @@ const COLOR_AVATAR_NAME = {
43
43
44
44
.avatar {
45
45
display : grid ;
46
-
47
46
place-items : center ;
48
- background : color-mix(in srgb , var (--color-vue-blue ), #000 20% ) url ('/namecard /bg _texture .png ')
49
- no-repeat ;
47
+ background : color-mix(in srgb , var (--color-vue-blue ), #000 20% ) url ('/namecard /bg _texture .png ') no-repeat ;
50
48
background-size : cover ;
51
49
container : avatar / inline-size;
52
50
box-shadow : var (--shadow-1 );
@@ -56,7 +54,7 @@ const COLOR_AVATAR_NAME = {
56
54
margin-top : 1.25rem ;
57
55
width : 25px ;
58
56
aspect-ratio : 1 ;
59
- background-color : #fff ;
57
+ background-color : var ( --color-white ) ;
60
58
border-radius : 50% ;
61
59
@media (--mobile ) {
62
60
margin-top : 0.9375rem ;
You can’t perform that action at this time.
0 commit comments