Skip to content

Commit 7b6572b

Browse files
committed
Switch footer to white background with dark text
1 parent 63fa24b commit 7b6572b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -747,8 +747,8 @@
747747
FOOTER
748748
══════════════════════════════════════ */
749749
footer {
750-
background: var(--bg-2);
751-
border-top: 1px solid var(--bd);
750+
background: #ffffff;
751+
border-top: 1px solid rgba(0,0,0,.08);
752752
padding: 60px 40px 40px;
753753
position: relative; z-index: 1;
754754
}
@@ -758,31 +758,31 @@
758758
gap: 48px; margin-bottom: 56px;
759759
}
760760
.f-brand img { height: 32px; margin-bottom: 16px; }
761-
.f-brand p { color: var(--t3); font-size: .85rem; line-height: 1.7; max-width: 230px; margin-bottom: 20px; }
761+
.f-brand p { color: #555; font-size: .85rem; line-height: 1.7; max-width: 230px; margin-bottom: 20px; }
762762
.f-socials { display: flex; gap: 9px; }
763763
.f-soc {
764764
width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
765-
background: var(--card); border: 1px solid var(--bd);
766-
border-radius: 8px; color: var(--t3); text-decoration: none;
765+
background: #f4f4f5; border: 1px solid rgba(0,0,0,.10);
766+
border-radius: 8px; color: #444; text-decoration: none;
767767
transition: all .2s;
768768
}
769-
.f-soc:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
769+
.f-soc:hover { background: var(--wz-blue); border-color: var(--wz-blue); color: #fff; }
770770
.f-col h4 {
771771
font-family: var(--fh); font-size: .75rem; font-weight: 700;
772-
letter-spacing: .09em; text-transform: uppercase; color: var(--t1); margin-bottom: 18px;
772+
letter-spacing: .09em; text-transform: uppercase; color: var(--wz-black); margin-bottom: 18px;
773773
}
774774
.f-col ul { list-style: none; }
775775
.f-col li { margin-bottom: 10px; }
776-
.f-col a { color: var(--t3); text-decoration: none; font-size: .855rem; transition: color .2s; }
777-
.f-col a:hover { color: var(--t1); }
776+
.f-col a { color: #555; text-decoration: none; font-size: .855rem; transition: color .2s; }
777+
.f-col a:hover { color: var(--wz-blue); }
778778
.footer-bot {
779779
display: flex; align-items: center; justify-content: space-between;
780-
padding-top: 30px; border-top: 1px solid var(--bd);
780+
padding-top: 30px; border-top: 1px solid rgba(0,0,0,.08);
781781
flex-wrap: wrap; gap: 14px;
782782
}
783-
.footer-bot p { color: var(--t3); font-size: .78rem; }
784-
.footer-bot a { color: var(--t2); text-decoration: none; transition: color .2s; }
785-
.footer-bot a:hover { color: var(--blue); }
783+
.footer-bot p { color: #777; font-size: .78rem; }
784+
.footer-bot a { color: #444; text-decoration: none; transition: color .2s; }
785+
.footer-bot a:hover { color: var(--wz-blue); }
786786
.wp-chip {
787787
display: inline-flex; align-items: center; gap: 6px;
788788
background: rgba(245,158,11,.07); border: 1px solid rgba(245,158,11,.17);

0 commit comments

Comments
 (0)