We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92081b3 commit 96dd453Copy full SHA for 96dd453
1 file changed
assets/raffle.html
@@ -207,7 +207,7 @@
207
position: fixed;
208
top: 20px;
209
right: 20px;
210
- background-color: #ff4081;
+ background-color: #45a049;
211
color: white;
212
border: none;
213
padding: 0.75rem;
@@ -223,7 +223,7 @@
223
}
224
225
.customize-toggle:hover {
226
- background-color: #e91e63;
227
228
229
.customization-section {
@@ -338,7 +338,7 @@
338
339
<!-- Customization Panel -->
340
<div class="customization-panel" id="customizationPanel">
341
- <button class="close-panel" onclick="toggleCustomizationPanel()">×</button>
+ <!--<button class="close-panel" onclick="toggleCustomizationPanel()">×</button>-->
342
343
<div class="customization-section">
344
<h3>Title Customization</h3>
0 commit comments