mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Improve doc link styling
This commit is contained in:
parent
55196e14de
commit
cf3a047c01
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
{% for crate in purpose.crates %}
|
||||
<p style="margin: 3px 6px;max-width: 600px">
|
||||
<b><a href="{% if crate.link %}{{ crate.link }}{% else %}https://lib.rs/{{ crate.name }}{% endif %}">{{ crate.name }}</a></b>{% if not crate.link %}
|
||||
<a style="color: #666;text-decoration: none" href="https://docs.rs/{{ crate.name }}"> [docs]</a>
|
||||
<a style="margin-left: 3px;opacity: 0.7;color: #333;text-decoration: none" href="https://docs.rs/{{ crate.name }}"> [docs]</a>
|
||||
{% endif %}
|
||||
<br />
|
||||
{{ crate.notes | safe }}
|
||||
|
|
Loading…
Reference in a new issue