Skip to content

Commit a2fd35f

Browse files
committed
Replace background for Zuite's resource packs
1 parent 810ca35 commit a2fd35f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pages/zuite/resource-packs.vue

+10-8
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default {
5858
<Title>Zuite's Resource Pack Mix</Title>
5959

6060
<div class="background">
61-
<div class="circles"></div>
61+
<!--<div class="circles"></div>-->
6262
</div>
6363

6464
<div class="card p-3 sm:p-10 text-center w-screen sm:w-11/12">
@@ -106,7 +106,7 @@ body {
106106
}
107107
108108
.version-button {
109-
background: rgba(22, 17, 21, 0.3);
109+
background: rgba(117, 50, 50, 0.3);
110110
cursor: pointer;
111111
}
112112
@@ -121,12 +121,12 @@ body {
121121
}
122122
123123
.version-list-item {
124-
background: rgba(0, 0, 0, 0.35);
124+
background: rgba(41, 13, 13, 0.35);
125125
width: 97%;
126126
margin: auto;
127127
left: 0;
128128
right: 0;
129-
border: 0.5px rgba(0, 0, 0, 0.1) solid;
129+
border: 0.5px rgba(41, 13, 13, 0.1) solid;
130130
}
131131
132132
.list {
@@ -144,13 +144,15 @@ body {
144144
z-index: -15;
145145
height: 100%;
146146
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);
148149
background-size: cover;
149150
background-repeat: no-repeat;
150151
}
151152
152153
.card {
153-
background: #282240c7;
154+
/*background: #282240c7;*/
155+
background: #b96e6ec7;
154156
height: 90%;
155157
max-height: 90%;
156158
position: absolute;
@@ -165,7 +167,7 @@ body {
165167
backdrop-filter: blur(2px);
166168
}
167169
168-
.circles {
170+
/*.circles {
169171
mask-image: radial-gradient(ellipse at center, #4d3d7fd7 0%, #4d3d7fd7 30%, transparent 30%);
170172
mask-image: -webkit-radial-gradient(ellipse at center, #4d3d7fd7 0%, #4d3d7fd7 30%, transparent 30%);
171173
mask-image: -o-radial-gradient(ellipse at center, #4d3d7fd7 0%, #4d3d7fd7 30%, transparent 30%);
@@ -190,5 +192,5 @@ body {
190192
191193
width: 100%;
192194
height: 100%;
193-
}
195+
}*/
194196
</style>

0 commit comments

Comments
 (0)