mirror of
https://github.com/logos-co/logos-storage-module.git
synced 2026-08-31 12:21:10 +00:00
7 lines
291 B
CSS
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;
|
||
|
|
}
|