File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
<tr >
19
19
<td >
20
20
<a href =" {{ package.repo }}" >
21
- <img src =" _static/badges/code-gray.svg" alt =" code badge" >
21
+ <img src =" _static/badges/code-gray.svg" alt =" code badge" class = " dark-light " >
22
22
</a >
23
23
</td >
24
24
25
25
<td >
26
26
{% if 'pypi' in package.badges %}
27
27
<a href =" https://pypi.org/project/{{ package.pypi_name }}" >
28
- <img src =" _static/badges/pip-orange.svg" alt =" pypi badge" >
28
+ <img src =" _static/badges/pip-orange.svg" alt =" pypi badge" class = " dark-light " >
29
29
</a >
30
30
{% endif %}
31
31
</td >
32
32
<td >
33
33
{% if 'conda' in package.badges %}
34
34
<a href =" https://anaconda.org/{{ package.conda_channel }}/{{ package.conda_package }}" >
35
- <img src =" _static/badges/conda-blue.svg" alt =" conda badge" >
35
+ <img src =" _static/badges/conda-blue.svg" alt =" conda badge" class = " dark-light " >
36
36
</a >
37
37
{% endif %}
38
38
</td >
You can’t perform that action at this time.
0 commit comments