Files
logos-storage-module/docs/_static/custom.css
2026-06-18 21:15:24 +04:00

7 lines
291 B
CSS

/* The "Tutorial" nav item links to the in-site doc-test report, not an external
site, so drop the external-link arrow the theme adds to external_links. The
arrow stays on genuinely external links (e.g. Logos). */
a.nav-external[href$="doctest/index.html"]::after {
content: none;
}