Skip to content

Commit

Permalink
Fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Feb 2, 2024
1 parent 400c3e0 commit e30b40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/components/scratchpad.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@

.papyros-test-code,
.papyros-test-code.cm-active-line,
.papyros-test-code-widget {
.papyros-test-code-widget,
.papyros-bottom-padding-widget div{
background-color: rgba(var(--d-success-rgb), 0.1);
}

Expand Down

0 comments on commit e30b40d

Please sign in to comment.