Skip to content

Commit df0277a

Browse files
committed
Strengthen timetable row separators via Codex
1 parent ba9152a commit df0277a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,15 @@ main {
123123
background: rgba(245, 241, 232, 0.7);
124124
}
125125

126+
.schedule-table tbody tr + tr td {
127+
border-top: 3px solid #b85f4d;
128+
}
129+
126130
.schedule-table td:first-child {
127131
white-space: nowrap;
128132
font-weight: 700;
133+
color: #6f1d1b;
134+
min-width: 7.5rem;
129135
}
130136

131137
.cell-list {

0 commit comments

Comments
 (0)