chg: [documentation] Improved documentation CSS.
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Blocked by required conditions
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Waiting to run
MyPy / Python 3.10 sample (push) Waiting to run
MyPy / Python 3.11 sample (push) Waiting to run
MyPy / Python 3.12 sample (push) Waiting to run
API Test / Python 3.10 sample (push) Waiting to run
API Test / Python 3.11 sample (push) Waiting to run
API Test / Python 3.12 sample (push) Waiting to run
Models Tests / Python 3.10 sample (push) Waiting to run
Models Tests / Python 3.11 sample (push) Waiting to run
Models Tests / Python 3.12 sample (push) Waiting to run

This commit is contained in:
Cédric Bonhomme 2024-11-23 18:00:47 +01:00
parent f2187eda81
commit 4318ec2144
Signed by untrusted user who does not match committer: cedric
GPG key ID: A1CB94DE57B7A70D
3 changed files with 23 additions and 0 deletions

8
docs/_static/custom.css vendored Normal file
View file

@ -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;
}

View file

@ -48,6 +48,10 @@ html_theme = "sphinx_book_theme"
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".

View file

@ -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::