Skip to content

Commit

Permalink
chore: Add CSS variable for false stock data
Browse files Browse the repository at this point in the history
  • Loading branch information
bgorman87 committed Jul 4, 2024
1 parent 9215440 commit 1d0dd49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intrinsic-frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
[data-stock="true"] {
--accent-stock: rgb(58, 182, 58);
}
[data-stock="false"] {
--accent-stock: rgb(182, 58, 58);
}


body {
Expand Down

0 comments on commit 1d0dd49

Please sign in to comment.