Skip to content

Commit 1dd4a08

Browse files
ORB-8888claude
andcommitted
Brighten footer copyright and Made-with text to match social icons
Target the correct Material classes (.md-copyright, .md-copyright__highlight, .md-footer-meta a) with --one-fg so copyright, highlight, and the Material-for-MkDocs link read at full contrast. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 71962cc commit 1dd4a08

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,12 +756,18 @@ body {
756756
border-top: 1px solid var(--one-border-strong);
757757
}
758758

759-
.md-footer-meta .md-footer-copyright,
760-
.md-footer-meta .md-footer-copyright__highlight {
759+
.md-footer-meta .md-copyright,
760+
.md-footer-meta .md-copyright__highlight,
761+
.md-footer-meta.md-typeset a {
761762
color: var(--one-fg);
762763
opacity: 1;
763764
}
764765

766+
.md-footer-meta.md-typeset a:hover,
767+
.md-footer-meta.md-typeset a:focus {
768+
color: var(--one-accent);
769+
}
770+
765771
.md-footer__link {
766772
background-color: var(--one-bg);
767773
border: 1px solid var(--one-border);

0 commit comments

Comments
 (0)