We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eadacd commit 579921aCopy full SHA for 579921a
assets/css/main.css
@@ -437,6 +437,30 @@ h6 {
437
position: relative;
438
}
439
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
452
453
454
455
+ background: #232323 !important;
456
457
458
459
+.footer .social-links a:hover {
460
+ background: #00ffae !important;
461
+ color: #111 !important;
462
463
464
.footer h3 {
465
font-size: 36px;
466
font-weight: 700;
0 commit comments