Skip to content

Commit

Permalink
Add background color
Browse files Browse the repository at this point in the history
 - For when dev tools isn't there, heh
  • Loading branch information
dan-bishopfox committed Feb 21, 2022
1 parent cba3f24 commit eb29660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.text-label {
color: white;
}

body {
background-color: #242424;
}

0 comments on commit eb29660

Please sign in to comment.