From e0ca6897f0c3703100f9bd4ecc8077812175ea76 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:11:15 -0400 Subject: [PATCH] fix(plugins/followup, plugins/projects, insights): update GitHub colors (#626) --- source/app/web/statics/about/index.html | 22 +- source/app/web/statics/about/style.css | 2 +- source/app/web/statics/style.vars.css | 962 +++++++++++------- .../templates/classic/partials/followup.ejs | 20 +- .../templates/classic/partials/projects.ejs | 4 +- .../repository/partials/followup.ejs | 20 +- .../repository/partials/projects.ejs | 4 +- 7 files changed, 633 insertions(+), 401 deletions(-) diff --git a/source/app/web/statics/about/index.html b/source/app/web/statics/about/index.html index cc6f48ac..4c18d500 100644 --- a/source/app/web/statics/about/index.html +++ b/source/app/web/statics/about/index.html @@ -179,16 +179,16 @@

Issues {{ {repositories:`opened on ${account.login}'${[...account.login].pop() === "s" ? "" : "s"} repositories`, user:`opened by ${account.login}`}[type] || "" }}

-
-
+
+
- + {{ section.issues.open }} open
- + {{ section.issues.closed }} closed
@@ -196,21 +196,21 @@

Pull requests {{ {repositories:`opened on ${account.login}'${[...account.login].pop() === "s" ? "" : "s"} repositories`, user:`opened by ${account.login}`}[type] || "" }}

-
-
-
+
+
+
- + {{ section.pr.open }} open
- + {{ section.pr.closed }} closed
- + {{ section.pr.merged }} merged
@@ -297,7 +297,7 @@