Skip to content

Commit

Permalink
Switch from Pivotal teal to mint
Browse files Browse the repository at this point in the history
  • Loading branch information
pianohacker committed Feb 7, 2019
1 parent 741efde commit e102254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Pong.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
--pivotal-green: #86c775;
--pivotal-teal: #008774;
--pivotal-mint: #00b5a3;
--pivotal-dark-yellow: hsl(49.3,90.5%,37.1%);
--pivotal-ink: #00253E;
font-family: "Montserrat";
Expand All @@ -12,7 +12,7 @@ body {
}

.Pong {
background-color: var(--pivotal-teal);
background-color: var(--pivotal-mint);
min-height: 100%;
width: 100%;

Expand Down

0 comments on commit e102254

Please sign in to comment.