We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1d423 commit 7656c35Copy full SHA for 7656c35
1 file changed
css/main.css
@@ -423,6 +423,16 @@ p {
423
box-shadow: 0 6px 20px rgba(124, 77, 255, 0.4);
424
}
425
426
+a i.fab,
427
+a:visited i.fab {
428
+ color: #ffffff !important;
429
+ transition: color 0.3s ease;
430
+}
431
+
432
+a:hover i.fa-youtube { color: #ff0000 !important; }
433
+a:hover i.fa-twitter { color: #1da1f2 !important; }
434
+a:hover i.fa-github { color: #6e5494 !important; }
435
436
@media (max-width: 600px) {
437
.legal-links-container {
438
flex-wrap: wrap;
0 commit comments