diff --git a/docs/theme/mkdocs/breadcrumbs.html b/docs/theme/mkdocs/breadcrumbs.html index aa4e90af8b..3dc2dbbafb 100644 --- a/docs/theme/mkdocs/breadcrumbs.html +++ b/docs/theme/mkdocs/breadcrumbs.html @@ -8,4 +8,5 @@ {% endif %} {% endif %} {% endfor %} +
  • Edit on GitHub
  • \ No newline at end of file diff --git a/docs/theme/mkdocs/css/base.css b/docs/theme/mkdocs/css/base.css index 728e69d81b..863c9cdb0b 100644 --- a/docs/theme/mkdocs/css/base.css +++ b/docs/theme/mkdocs/css/base.css @@ -439,6 +439,15 @@ ol.breadcrumb > li + li:before { ol.breadcrumb > li:last-child > a { font-weight: bold; } +ol.breadcrumb > li.edit-on-github:before { + content: none; +} +ol.breadcrumb > li.edit-on-github a { + color: #FF8100; +} +ol.breadcrumb > li.edit-on-github span { + margin-right: 0.25em; +} #content h1 { margin-top: 0px; }