diff options
-rw-r--r-- | sass/app.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 3009ac7..92fa210 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -284,6 +284,9 @@ div.app { &.cancelled { background-color: $cancelled-bg-color; + .time { + color: $fg !important; + } } &.past { |