Skip to content

Commit

Permalink
increase opacity and add greyscale
Browse files Browse the repository at this point in the history
  • Loading branch information
Light2Dark committed Jan 14, 2025
1 parent 3720183 commit 989c0ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/css/app/Cell.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,9 @@
.marimo-output-stale,
.Cell.stale .output-area.marimo-output-stale,
.Cell.stale .console-output-area.marimo-output-stale {
opacity: 0.2;
transition: opacity 300ms;
opacity: 0.8;
filter: grayscale(50%);
transition: 300ms;
transition-delay: 200ms;
}

Expand Down

0 comments on commit 989c0ca

Please sign in to comment.