Skip to content

Commit

Permalink
Make schedule past readable
Browse files Browse the repository at this point in the history
Changes the red rectangle that denotes how far along the schedule is semi-transparent so the things below can still be read.
  • Loading branch information
QbDesu authored Dec 27, 2024
1 parent fbbf85d commit 7154277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/_schedule.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ body .schedule {
.now {
position: absolute;
pointer-events: none;
opacity: 50%;
height: 100%;
display: flex;
left: 0;
Expand Down Expand Up @@ -189,4 +190,4 @@ body .schedule {
border: 0;
background-color: transparent;
}
}
}

0 comments on commit 7154277

Please sign in to comment.