feat: added border_color option (#1000)

* feat: Allow customization of border color

* docs: Update readme
This commit is contained in:
Rishi Suresh
2021-04-28 00:28:44 +05:30
committed by GitHub
parent f9abae804b
commit 7a096acf66
15 changed files with 56 additions and 12 deletions
+2
View File
@@ -24,6 +24,7 @@ module.exports = async (req, res) => {
cache_seconds,
locale,
border_radius,
border_color,
} = req.query;
let repoData;
@@ -71,6 +72,7 @@ module.exports = async (req, res) => {
bg_color,
theme,
border_radius,
border_color,
show_owner: parseBoolean(show_owner),
locale: locale ? locale.toLowerCase() : null,
}),