Skip to content

Commit 579921a

Browse files
fix: footer color
1 parent 3eadacd commit 579921a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

assets/css/main.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,30 @@ h6 {
437437
position: relative;
438438
}
439439

440+
/* Footer background and text color for better visibility on light backgrounds */
441+
.footer {
442+
background: #111 !important;
443+
color: #fafafa !important;
444+
}
445+
446+
.footer h3,
447+
.footer p,
448+
.footer .copyright,
449+
.footer .credits,
450+
.footer .social-links a {
451+
color: #fafafa !important;
452+
}
453+
454+
.footer .social-links a {
455+
background: #232323 !important;
456+
color: #fafafa !important;
457+
}
458+
459+
.footer .social-links a:hover {
460+
background: #00ffae !important;
461+
color: #111 !important;
462+
}
463+
440464
.footer h3 {
441465
font-size: 36px;
442466
font-weight: 700;

0 commit comments

Comments
 (0)