From 7ce2c92c5852ff1cd44c18c39fc0d656470197f1 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 23 Jun 2020 20:55:17 +0200 Subject: [PATCH] fix flash close button - fixes #1144 --- github-dark.css | 8 ++++++++ tools/generate.js | 1 + 2 files changed, 9 insertions(+) diff --git a/github-dark.css b/github-dark.css index bf5ed7b1a..27d6f2790 100644 --- a/github-dark.css +++ b/github-dark.css @@ -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; @@ -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; diff --git a/tools/generate.js b/tools/generate.js index dbae87326..064e71527 100755 --- a/tools/generate.js +++ b/tools/generate.js @@ -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