Skip to content

Commit 5872374

Browse files
committed
fix border color of routes table
1 parent 4dc80d0 commit 5872374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel/utils/output/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ table tr:first-child {
4949
}
5050

5151
table td, table th {
52-
border: 1px solid var(--color-table-alternate);
52+
border: 1px solid var(--color-table);
5353
box-sizing: border-box;
5454
}
5555

0 commit comments

Comments
 (0)