Skip to content

Commit

Permalink
Fix Firefox popup arrow color
Browse files Browse the repository at this point in the history
- Popup arrow has the same color has body background, not ideal with the dark header on top
  • Loading branch information
YellowFish085 committed Apr 13, 2020
1 parent 54739bc commit 3323b91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ html {
}
body {
background: rgb(var(--color-background));
background: rgb(var(--color-overlay));
color: rgb(var(--color-text));
font-family: 'Roboto',
'-apple-system',
Expand Down Expand Up @@ -284,6 +284,7 @@ a {
}
#app {
background: rgb(var(--color-background));
height: 500px;
margin-top: 85px;
overflow-x: hidden;
Expand Down

0 comments on commit 3323b91

Please sign in to comment.