File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
apps/web/app/components/namecard Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -45,27 +45,11 @@ const COLOR_AVATAR_NAME = {
45
45
display : grid ;
46
46
47
47
place-items : center ;
48
- background : color-mix(in srgb , #4e5764 , #000 20% ) url ('/namecard /bg _texture .png ') no-repeat ;
48
+ background : color-mix(in srgb , var (--color-vue-blue ), #000 20% ) url ('/namecard /bg _texture .png ')
49
+ no-repeat ;
49
50
background-size : cover ;
50
51
container : avatar / inline-size;
51
52
box-shadow : var (--shadow-1 );
52
- @media (--mobile ) {
53
- background : #4e5764 ;
54
- position : relative ;
55
- &::before {
56
- position: absolute ;
57
- z-index : -1 ;
58
- left : 0 ;
59
- top : 0 ;
60
- opacity : 0.5 ;
61
- content : ' ' ;
62
- display : block ;
63
- width : 100% ;
64
- height : 100% ;
65
- background-image : url (' /namecard/bg_texture.png' );
66
- background-size : cover ;
67
- }
68
- }
69
53
}
70
54
71
55
.hook {
You can’t perform that action at this time.
0 commit comments