SW footer: replace the Open Communications text link with a 12px all-white OC logo (mirrors the SW logo on the OC footer).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-25 00:04:01 -07:00
parent 60e5b9483a
commit c3bdca0162
3 changed files with 39 additions and 1 deletions
+2
View File
@@ -265,6 +265,8 @@ blockquote p { margin: 0 0 1em; font-style: italic; color: var(--ink); font-size
.footer-wordmark span { color: var(--accent); }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.55rem; letter-spacing: 0.08em; text-transform: uppercase; color: #f7f4ef; text-decoration: none; transition: color 0.3s; }
.footer-links a.footer-oc-logo { display: inline-flex; align-items: center; }
.footer-oc-logo img { height: 12px; width: auto; display: block; }
.footer-links a:hover { color: var(--accent); }
.footer-note { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef99; letter-spacing: 0.03em; line-height: 1.5; margin: 0; }
.footer-copy { font-family: 'DM Sans', system-ui, sans-serif; font-size: 0.5rem; color: #f7f4ef66; letter-spacing: 0.03em; line-height: 1.4; margin: 0; }