diff --git a/sitemap.xml.gz b/sitemap.xml.gz index ba4b83cc..f30c18f4 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ diff --git a/web/stylesheets/amoled.css b/web/stylesheets/amoled.css index 783f2432..05a217d7 100644 --- a/web/stylesheets/amoled.css +++ b/web/stylesheets/amoled.css @@ -47,6 +47,10 @@ color: var(--amoled-anchor-link-color); } +[data-md-color-scheme='amoled'] .md-typeset .md-button--primary { + color: var(--md-primary-bg-color) !important; +} + [data-md-color-scheme='amoled'] a.contributor:hover { color: var(--md-default-fg-color--lighter); }