Skip to content

Commit ae47ed2

Browse files
authored
Update index.html
1 parent c1a6f6b commit ae47ed2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
header p { margin: 0; opacity:.8 }
1313
.container { max-width: var(--max); margin: 0 auto; padding: 16px 24px 48px; }
1414
.toolbar { display:flex; gap:12px; align-items:center; margin-bottom:16px; flex-wrap:wrap; }
15-
input[type="search"] { flex:1; padding:10px 12px; border-radius:10px; border:1px solid #30363d; background:#ffffff; color:#e6edf3; }
16-
select { padding:10px 12px; border-radius:10px; border:1px solid #30363d; background:#ffffff; color:#e6edf3; }
15+
input[type="search"] { flex:1; padding:10px 12px; border-radius:10px; border:1px solid #30363d; background:#ffffff; color:#555555; }
16+
select { padding:10px 12px; border-radius:10px; border:1px solid #30363d; background:#ffffff; color:#555555; }
1717
.grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap:16px; }
1818
.card { background:#ffffff; border:1px solid #30363d; border-radius:14px; padding:16px; display:flex; flex-direction:column; gap:8px; }
1919
.card h3 { margin:0; font-size:18px; }
@@ -145,7 +145,7 @@ <h3><a href="${live?site:r.html_url}" target="_blank" rel="noopener" style="colo
145145
const btn=document.createElement('button');
146146
btn.id='refreshBtn';
147147
btn.textContent='Refresh';
148-
btn.style.cssText='padding:10px 12px;border-radius:10px;border:1px solid #30363d;background:#ffffff;color:#e6edf3;cursor:pointer;';
148+
btn.style.cssText='padding:10px 12px;border-radius:10px;border:1px solid #30363d;background:#ffffff;color:#555555;cursor:pointer;';
149149
btn.addEventListener('click', loadAndRender);
150150
toolbar.appendChild(btn);
151151
}

0 commit comments

Comments
 (0)