diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 295eb682..87b64a02 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/web/stylesheets/extra.css b/web/stylesheets/extra.css index f24909a0..139f2e08 100644 --- a/web/stylesheets/extra.css +++ b/web/stylesheets/extra.css @@ -332,6 +332,11 @@ a.md-tabs__link.md-tabs__link--active:after { transform: scaleX(1); } +.md-tabs__item--active .md-tabs__link:after { + transform: scaleX(1); + transition: none; +} + /* DISABLE GIT REPO PREVIEW */ .md-header__source { diff --git a/web/stylesheets/rangers.css b/web/stylesheets/rangers.css index 6bafd07b..af097577 100644 --- a/web/stylesheets/rangers.css +++ b/web/stylesheets/rangers.css @@ -170,6 +170,18 @@ animation: none; } +[data-md-color-scheme='rangers'] .md-tabs__item--active .md-tabs__link--active { + color: inherit; + background-color: #4ea5cf; + padding-bottom: .7rem; +} + +[data-md-color-scheme='rangers'] .md-tabs__item--active .md-tabs__link--active:hover { + color: inherit; + background-color: #4ea5cf; + padding-bottom: .7rem; +} + [data-md-color-scheme='rangers'] .md-tabs__link { opacity: 1;