Skip to content

Commit

Permalink
Add banner bg variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Dec 23, 2024
1 parent 73c97ef commit ea904ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/styles/themes/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,6 @@
--tag-executed-background: var(--orchid-200-a25);
--tag-failed-text: var(--orange-200);
--tag-failed-background: var(--orange-200-a25);

--banner-background: var(--card-background-tint);
}
2 changes: 2 additions & 0 deletions src/lib/styles/themes/light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,7 @@
--tag-executed-background: var(--orchid-200-a25);
--tag-failed-text: var(--orange-200);
--tag-failed-background: var(--orange-200-a25);

--banner-background: var(--card-background-tint);
}
}

0 comments on commit ea904ec

Please sign in to comment.