Skip to content

Commit 96dd453

Browse files
committed
remove close button
1 parent 92081b3 commit 96dd453

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/raffle.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
position: fixed;
208208
top: 20px;
209209
right: 20px;
210-
background-color: #ff4081;
210+
background-color: #45a049;
211211
color: white;
212212
border: none;
213213
padding: 0.75rem;
@@ -223,7 +223,7 @@
223223
}
224224

225225
.customize-toggle:hover {
226-
background-color: #e91e63;
226+
background-color: #45a049;
227227
}
228228

229229
.customization-section {
@@ -338,7 +338,7 @@
338338

339339
<!-- Customization Panel -->
340340
<div class="customization-panel" id="customizationPanel">
341-
<button class="close-panel" onclick="toggleCustomizationPanel()">×</button>
341+
<!--<button class="close-panel" onclick="toggleCustomizationPanel()">×</button>-->
342342

343343
<div class="customization-section">
344344
<h3>Title Customization</h3>

0 commit comments

Comments
 (0)