@@ -58,7 +58,7 @@ export default {
58
58
<Title >Zuite's Resource Pack Mix</Title >
59
59
60
60
<div class =" background" >
61
- <div class =" circles" ></div >
61
+ <!-- < div class="circles"></div> -- >
62
62
</div >
63
63
64
64
<div class =" card p-3 sm:p-10 text-center w-screen sm:w-11/12" >
@@ -106,7 +106,7 @@ body {
106
106
}
107
107
108
108
.version-button {
109
- background : rgba (22 , 17 , 21 , 0.3 );
109
+ background : rgba (117 , 50 , 50 , 0.3 );
110
110
cursor : pointer ;
111
111
}
112
112
@@ -121,12 +121,12 @@ body {
121
121
}
122
122
123
123
.version-list-item {
124
- background : rgba (0 , 0 , 0 , 0.35 );
124
+ background : rgba (41 , 13 , 13 , 0.35 );
125
125
width : 97% ;
126
126
margin : auto ;
127
127
left : 0 ;
128
128
right : 0 ;
129
- border : 0.5px rgba (0 , 0 , 0 , 0.1 ) solid ;
129
+ border : 0.5px rgba (41 , 13 , 13 , 0.1 ) solid ;
130
130
}
131
131
132
132
.list {
@@ -144,13 +144,15 @@ body {
144
144
z-index : -15 ;
145
145
height : 100% ;
146
146
width : 100% ;
147
- background : linear-gradient (to bottom , #392f6c , #4b367d );
147
+ /* background: linear-gradient(to bottom, #392f6c, #4b367d);*/
148
+ background : linear-gradient (to bottom , #f69c9c , #ffd3d3 );
148
149
background-size : cover ;
149
150
background-repeat : no-repeat ;
150
151
}
151
152
152
153
.card {
153
- background : #282240c7 ;
154
+ /* background: #282240c7;*/
155
+ background : #b96e6ec7 ;
154
156
height : 90% ;
155
157
max-height : 90% ;
156
158
position : absolute ;
@@ -165,7 +167,7 @@ body {
165
167
backdrop-filter : blur (2px );
166
168
}
167
169
168
- .circles {
170
+ /* .circles {
169
171
mask-image: radial-gradient(ellipse at center, #4d3d7fd7 0%, #4d3d7fd7 30%, transparent 30%);
170
172
mask-image: -webkit-radial-gradient(ellipse at center, #4d3d7fd7 0%, #4d3d7fd7 30%, transparent 30%);
171
173
mask-image: -o-radial-gradient(ellipse at center, #4d3d7fd7 0%, #4d3d7fd7 30%, transparent 30%);
@@ -190,5 +192,5 @@ body {
190
192
191
193
width: 100%;
192
194
height: 100%;
193
- }
195
+ }*/
194
196
</style >
0 commit comments