Skip to content

Commit 91b1e67

Browse files
committed
ed
1 parent ebbc51d commit 91b1e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
border-collapse: separate;
3030
border-spacing: 0;
3131
margin: 5px 0;
32-
border: 1px solid var(--border-color);
32+
border: 0.1px solid var(--border-color);
3333
background-color: var(--bg-color);
3434
display: flex;
3535
flex-wrap: wrap;
@@ -42,7 +42,7 @@
4242
display: block;
4343
font-weight: 700;
4444
padding: 5px;
45-
border-bottom: none;
45+
/* border-bottom: none; */
4646
transition: all 0.2s ease;
4747
background: none;
4848
color: var(--text-color);

0 commit comments

Comments
 (0)