diff --git a/docs/_config.yml b/docs/_config.yml index f8b6050..47131fc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -29,11 +29,11 @@ url: "https://graham.cool" # the base hostname & protocol for your site, e.g. ht remote_theme: pmarsceill/just-the-docs aux_links: - "GitHub": + 'Schemars on GitHub': - "https://github.com/GREsau/schemars" - "crates.io": + 'Schemars on crates.io': - "https://crates.io/crates/schemars" - "API docs": + 'Schemars API docs': - "https://docs.rs/schemars" # Exclude from processing. diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 033f2c2..fa0b5ff 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -126,4 +126,8 @@ sm: 500px, md: $content-width, lg: $content-width + $nav-width, xl: 1400px -); \ No newline at end of file +); + +.aux-nav a:not([class]), .aux-nav a:not([class]):hover { + background: none; +} \ No newline at end of file