Changed the color of the navbar open/close button when the navbar is open.

This commit is contained in:
mitchelljfs 2018-05-19 14:04:46 -07:00
parent bb39c63d31
commit 9bb4a2544e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-website",
"version": "0.1.9",
"version": "0.2.11",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",

View File

@ -18,7 +18,7 @@
}
.navbar-button-close {
background-color: rgb(206, 135, 111);
background-color: rgb(173, 184, 209);
}
.navbar-button:active {