Skip to content

Commit

Permalink
Update styling for popups
Browse files Browse the repository at this point in the history
  • Loading branch information
soamsy committed Jan 24, 2023
1 parent cb71836 commit 0ccea59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions extension/fg/frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
right: 0px;
width: 250px;
padding: 8px;
color: #C0C0C0;
background-color: #405C61;
color: hsl(0, 0%, 75%);
background-color: hsl(0, 0%, 17%);
border-bottom: 2px solid #405C61;
border-bottom-left-radius: 8px;
border-top-right-radius: 8px;
}

#ab-card-screenshot img {
Expand All @@ -43,6 +46,8 @@
margin-top: 10px;
color: #C0C0C0;
background-color: #6d0a0a;
border-bottom-left-radius: 8px;
border-top-right-radius: 8px;
}

#ab-error-message {
Expand Down

0 comments on commit 0ccea59

Please sign in to comment.