diff --git a/dist/index.html b/dist/index.html index eeca5fa..9a9fb8a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -47,6 +47,7 @@ .timetable th { background: #f9f9f9; } .cell-active { background-color: #bbdefb; color: #0d47a1; font-size: 0.75rem; border-radius: 2px; height: 100%; width: 100%; display: flex; flex-direction: column; justify-content: center; overflow: hidden; } .cell-active.gray { background-color: #e0e0e0; color: #757575; opacity: 0.8; } + .cell-active.skippable { background-color: #c8e6c9; color: #2e7d32; } .cell-conflict { background-color: #ffcdd2; color: #b71c1c; } /* Toast */ @@ -194,7 +195,13 @@