change color
This commit is contained in:
parent
93c86ec580
commit
63733cbce1
@ -59,6 +59,14 @@
|
||||
}
|
||||
button:hover { background: var(--primary-hover); transform: translateY(-1px); }
|
||||
|
||||
.btn-secondary {
|
||||
background: #64748b !important;
|
||||
color: #f8fafc !important;
|
||||
}
|
||||
.btn-secondary:hover {
|
||||
background: #94a3b8 !important;
|
||||
}
|
||||
|
||||
.icon-button:hover {
|
||||
color: var(--primary) !important;
|
||||
transform: scale(1.1);
|
||||
@ -190,7 +198,7 @@
|
||||
<div style="display: flex; align-items: center; gap: 10px;">
|
||||
<input type="file" id="fileInput" accept=".json">
|
||||
<button onclick="uploadFile()">Upload</button>
|
||||
<button onclick="clearCache()" style="background: #475569;">Clear Cache</button>
|
||||
<button onclick="clearCache()" class="btn-secondary">Clear Cache</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="currentCodeDisplay" style="background: #0f172a; padding: 10px 15px; border-radius: 8px; border: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; min-width: 110px;">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user