Skip to content

Commit 15c05b3

Browse files
committed
styles
1 parent becec42 commit 15c05b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/worker.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,11 @@ app.get("/", async (c) => {
209209
th, td {
210210
padding: 0.75rem;
211211
text-align: left;
212-
border-top: 1px solid var(--color-border);
212+
border-bottom: 1px solid var(--color-border);
213213
white-space: nowrap;
214214
}
215215
216216
tbody {
217-
tr:first-child td {
218-
border-top: 0;
219-
}
220217
td {
221218
color: var(--color-text-tertiary);
222219
}

0 commit comments

Comments
 (0)