Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JarelEze1 committed Sep 16, 2023
1 parent 1509240 commit b19f085
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nav a:hover {
margin: 0 auto;
margin-top: 20px;
padding: 20px;
background-color: #fff;
background-color: lightsteelblue;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: absolute;
Expand Down Expand Up @@ -149,7 +149,3 @@ textarea {
.generated-passwords-popup button:hover {
background-color: #0056b3;
}

#main {
background: #245894;
}

0 comments on commit b19f085

Please sign in to comment.