Skip to content

Commit 381ba10

Browse files
authored
Merge pull request pikock#49 from kkulikowski/fix_#46_double_colon
Double colon in badge color fix, issue pikock#46
2 parents 255b807 + afdfba4 commit 381ba10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3.0/app/less/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493

494494
{"key":"@well-bg", "value":"#f5f5f5", "type": "color"},
495495

496-
{"key":"@badge-color:", "value":"#fff", "type": "color"},
496+
{"key":"@badge-color", "value":"#fff", "type": "color"},
497497
{"key":"@badge-link-hover-color", "value":"#fff", "type": "color"},
498498
{"key":"@badge-bg", "value":"@gray-light", "type": "color"},
499499

0 commit comments

Comments
 (0)