Skip to content

Commit

Permalink
fix: add index.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 15, 2022
1 parent ef2b536 commit a11f28a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[user-status="on"] {
background-color:yellowgreen;
}
[user-status="off"] {
background-color:red;
}
[user-status="idle"] {
background-color:orange;
}

0 comments on commit a11f28a

Please sign in to comment.