Skip to content

Commit

Permalink
add .flash-warn border to generator, fixes #1188
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jul 21, 2020
1 parent 3a64f4d commit b0b07c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions github-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2943,9 +2943,10 @@
.flash .octicon {
color: #4f8cc9;
}
/* gist.github.com: "#fffbdd" */
/* gist.github.com: "#fffbdd", "rgba(176,136,0,.2)" */
.flash-warn {
background-color: #261d08;
border-color: #bba257;
}
/* gist.github.com: "#b08800" */
.flash-warn .octicon {
Expand Down Expand Up @@ -13815,9 +13816,10 @@
.flash .octicon {
color: #4f8cc9;
}
/* github.com: "#fffbdd" */
/* github.com: "#fffbdd", "rgba(176,136,0,.2)" */
.flash-warn {
background-color: #261d08;
border-color: #bba257;
}
/* github.com: "#b08800" */
.flash-warn .octicon {
Expand Down Expand Up @@ -22362,7 +22364,6 @@
}
.code-list-item-private .divider .blob-code,
.code-list-item-private .divider .blob-num,
.AnnotationsPopover .bg-yellow-light.flash-warn,
.js-notification-search-autocomplete-results .bg-yellow-light {
background-color: #261d08 !important;
}
Expand Down
1 change: 1 addition & 0 deletions src/gen/mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports.mappings = {

// yellow / brown
"$color: rgba(47,38,6,.5)": "#cb4",
"$color: rgba(176,136,0,.2)": "#bba257", // .flash-warn
"$color: rgba(115,92,15,.5)": "rgba(204,187,68,.5)",
"$color: rgba(255,223,93,.2)": "rgba(132,70,0,.2)",
"$color: #613a00": "#bba257",
Expand Down
1 change: 0 additions & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,6 @@
}
.code-list-item-private .divider .blob-code,
.code-list-item-private .divider .blob-num,
.AnnotationsPopover .bg-yellow-light.flash-warn,
.js-notification-search-autocomplete-results .bg-yellow-light {
background-color: #261d08 !important;
}
Expand Down

0 comments on commit b0b07c2

Please sign in to comment.