Skip to content

Commit

Permalink
🔨 fix popup background color
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Oct 27, 2020
1 parent 66c0998 commit 03cb2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Thunderbird E-Mail Statistics</title>
</head>
<body class="dark text-normal background-normal">
<body class="dark text-normal background-modal">
<noscript>
<strong>We're sorry but Thunderbird E-Mail Statistics doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
Expand Down
6 changes: 4 additions & 2 deletions src/assets/global.styl
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ for m, c in mode
color: c.highlight !important
.background-normal, &.background-normal
background: c.back
.background-hover-accent2:hover
background: c.accent2 !important
.background-modal, &.background-modal
background: c.gray3
.background-gray
background: c.gray2
.background-hover-accent2:hover
background: c.accent2 !important

// positioning and size
.text-center
Expand Down

0 comments on commit 03cb2b2

Please sign in to comment.