Skip to content

Commit

Permalink
fix flash close button - fixes #1144
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 23, 2020
1 parent c3abebe commit 7ce2c92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -6278,6 +6278,10 @@
body[class="page-responsive"] .flash {
background-color: #182030;
}
/* github.com mobile: "rgba(4,66,137,.6)" */
body[class="page-responsive"] .flash .octicon {
color: #4f8cc9;
}
/* github.com mobile: "background-color: #fffbdd" */
body[class="page-responsive"] .flash-warn {
background-color: #261d08;
Expand Down Expand Up @@ -16156,6 +16160,10 @@
.flash {
background-color: #182030;
}
/* github.com: "rgba(4,66,137,.6)" */
.flash .octicon {
color: #4f8cc9;
}
/* github.com: "background-color: #fffbdd" */
.flash-warn {
background-color: #261d08;
Expand Down
1 change: 1 addition & 0 deletions tools/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const mappings = {
"$color: #f9826c": "#fff",
"$color: hsla(0,0%,100%,.8)": "hsla(0,0%,100%,.8)",
"$color: rgba(209,213,218,.5)": "rgba(90,90,90,.5)",
"$color: rgba(4,66,137,.6)": "#4f8cc9", // .flash .octicon

// ==========================================================================
// Background
Expand Down

0 comments on commit 7ce2c92

Please sign in to comment.