Skip to content

Commit

Permalink
chg: [documentation] Improved documentation CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Nov 23, 2024
1 parent f2187ed commit 4318ec2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
a.image-reference {
text-decoration: none !important;
border:0px !important;
outline:none;
border-width: 0px;
outline-width:0px;
border-bottom: none;
}
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@

html_logo = "_static/img/VL-hori-coul.jpg"

html_css_files = [
'custom.css',
]

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
Expand Down
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,23 @@ Vulnerability-Lookup

.. image:: https://img.shields.io/github/release/cve-search/vulnerability-lookup.svg?style=flat-square
:alt: Latest release
:target: https://github.com/cve-search/vulnerability-lookup/releases/latest
:class: img-responsive

.. image:: https://img.shields.io/github/license/cve-search/vulnerability-lookup.svg?style=flat-square
:alt: License
:target: https://github.com/cve-search/vulnerability-lookup/blob/main/LICENSE.md
:class: img-responsive

.. image:: https://img.shields.io/github/stars/cve-search/vulnerability-lookup.svg?style=flat-square
:alt: Stars
:target: https://github.com/cve-search/vulnerability-lookup/stargazers
:class: img-responsive

.. image:: https://img.shields.io/github/contributors/cve-search/vulnerability-lookup.svg?style=flat-square
:alt: Contributors
:target: https://github.com/cve-search/vulnerability-lookup/graphs/contributors
:class: img-responsive


.. toctree::
Expand Down

0 comments on commit 4318ec2

Please sign in to comment.