From 55baefa5e054a3909d0a09c48c590c201a28fafc Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Wed, 10 Mar 2021 13:35:56 -0700 Subject: [PATCH] Use OSI green instead of blue for repo badge --- _build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build.js b/_build.js index 8113445..a4ea7e1 100644 --- a/_build.js +++ b/_build.js @@ -150,7 +150,7 @@ function repoLink(repo) { let repoURL = new URL(repo); let repoHost = path.basename(repoURL.hostname, path.extname(repoURL.hostname)) if (repoHost.includes(".")) repoHost = path.extname(repoHost).replace(".", "") - return `[![Repo](https://img.shields.io/badge/open-source-blue?style=flat-square&logo=${repoHost})](${repo})` + return `[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=${repoHost})](${repo})` } /**