Skip to content

Commit

Permalink
fixed adi text color
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc committed Jan 21, 2024
1 parent 319bb4e commit edea167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
html_string += '&#9900; ' + name + "<br />"
# Organizations that are sponsoring (Manually added to get logo included)
html_string += '<div style="margin-top: 5px;">and organization-level supporters:</div>'
html_string += '<img width="12px" height="12px" src="https://pysdr.org/_static/adi.svg">' + ' <a style="color: black; border-bottom: 0;" target="_blank" href="https://www.analog.com/en/design-center/reference-designs/circuits-from-the-lab/cn0566.html">Analog Devices, Inc.</a>' + "<br />"
html_string += '<img width="12px" height="12px" src="https://pysdr.org/_static/adi.svg">' + ' <a style="border-bottom: 0;" target="_blank" href="https://www.analog.com/en/design-center/reference-designs/circuits-from-the-lab/cn0566.html">Analog Devices, Inc.</a>' + "<br />"
html_string += "</div>"
with open("_templates/patrons.html", "w") as patron_file:
patron_file.write(html_string)
Expand Down

0 comments on commit edea167

Please sign in to comment.