@@ -470,7 +470,6 @@ button#toggle-languages:hover {
470
470
max-width : 100% ;
471
471
}
472
472
}
473
-
474
473
# contributors {
475
474
padding : 40px ;
476
475
background-color : # 0a0a2e ;
@@ -505,7 +504,7 @@ button#toggle-languages:hover {
505
504
border : none; /* Remove default border */
506
505
border-radius : 15px ; /* More rounded corners */
507
506
padding : 15px ;
508
- background : # 0b0b38 ; /* White background */
507
+ background : # 0b0b38 ; /* Darker background for the card */
509
508
box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 ); /* Enhanced shadow for depth */
510
509
transition : transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effects */
511
510
animation : slideInRight 1s ease-in-out;
@@ -530,24 +529,24 @@ button#toggle-languages:hover {
530
529
border-color : # 024c8c ; /* Darker border color on hover */
531
530
}
532
531
533
- /* Styling for the GitHub profile link */
532
+ /* Styling for the contributor's name link */
534
533
.contributor-info {
535
534
margin-top : 10px ; /* Adjusted space between image and link */
536
535
}
537
536
538
- .contributor-github {
537
+ .contributor-name {
539
538
text-decoration : none;
540
- color : white ; /* GitHub blue color */
539
+ color : # 0366d6 ; /* GitHub blue color */
541
540
font-size : 14px ; /* Slightly smaller font size */
542
541
font-weight : bold; /* Bold font */
543
- background : linear-gradient ( 135 deg , # 1f1f65 , # 3c3c99 ); /* Gradient background */
542
+ background : # add3ff ;
544
543
padding : 8px 12px ; /* Adjusted padding around the link */
545
544
border-radius : 20px ; /* Rounded button shape */
546
545
box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.1 ); /* Subtle shadow for button */
547
546
transition : background 0.3s ease, color 0.3s ease; /* Smooth transition effects */
548
547
}
549
548
550
- .contributor-github : hover {
549
+ .contributor-name : hover {
551
550
background : # 0366d6 ; /* Darker background on hover */
552
551
color : # ffffff ; /* White text color on hover */
553
552
box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.2 ); /* Stronger shadow on hover */
@@ -559,9 +558,9 @@ button#toggle-languages:hover {
559
558
font-weight : 900 ; /* Bold font weight */
560
559
color : white; /* Dark color for better contrast */
561
560
animation : fadeIn 1s ease-in-out;
562
-
563
561
}
564
562
563
+
565
564
/* Chatbot button */
566
565
.chatbot-button {
567
566
position : fixed;
0 commit comments