Skip to content

Commit e4cddf2

Browse files
tmigotabelsiqueira
authored andcommitted
use grey color for non-JSO packages
1 parent ade751e commit e4cddf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSOTutorials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function badge(name, version)
103103
color, lbl_color = if name in jso_pkgs
104104
color_of_pkg(name)
105105
else
106-
"000", "fff"
106+
"000", "999"
107107
end
108108

109109
badge_img = "![$name $version](https://img.shields.io/badge/$name-$version-$color?style=flat-square&labelColor=$lbl_color)"

0 commit comments

Comments
 (0)