Skip to content

Commit

Permalink
fix opaque html background
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 8, 2023
1 parent 100170c commit ee31e66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
input, textarea {
color: #c6c6c6;
}
/* fix lower half of notifications page being opaque */
html {
background: transparent;
}
svg[fill="none"] {
fill: none;
}
Expand Down
4 changes: 4 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
input, textarea {
color: #c6c6c6;
}
/* fix lower half of notifications page being opaque */
html {
background: transparent;
}
svg[fill="none"] {
fill: none;
}
Expand Down

0 comments on commit ee31e66

Please sign in to comment.