Skip to content

Commit 3096fb3

Browse files
committed
Update styles.css
1 parent 6c11b45 commit 3096fb3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Website/styles.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ button#toggle-languages:hover {
470470
max-width: 100%;
471471
}
472472
}
473-
474473
#contributors {
475474
padding: 40px;
476475
background-color: #0a0a2e;
@@ -505,7 +504,7 @@ button#toggle-languages:hover {
505504
border: none; /* Remove default border */
506505
border-radius: 15px; /* More rounded corners */
507506
padding: 15px;
508-
background: #0b0b38; /* White background */
507+
background: #0b0b38; /* Darker background for the card */
509508
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Enhanced shadow for depth */
510509
transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effects */
511510
animation: slideInRight 1s ease-in-out;
@@ -530,24 +529,24 @@ button#toggle-languages:hover {
530529
border-color: #024c8c; /* Darker border color on hover */
531530
}
532531

533-
/* Styling for the GitHub profile link */
532+
/* Styling for the contributor's name link */
534533
.contributor-info {
535534
margin-top: 10px; /* Adjusted space between image and link */
536535
}
537536

538-
.contributor-github {
537+
.contributor-name {
539538
text-decoration: none;
540-
color: white; /* GitHub blue color */
539+
color: #0366d6; /* GitHub blue color */
541540
font-size: 14px; /* Slightly smaller font size */
542541
font-weight: bold; /* Bold font */
543-
background: linear-gradient(135deg, #1f1f65, #3c3c99); /* Gradient background */
542+
background: #add3ff;
544543
padding: 8px 12px; /* Adjusted padding around the link */
545544
border-radius: 20px; /* Rounded button shape */
546545
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for button */
547546
transition: background 0.3s ease, color 0.3s ease; /* Smooth transition effects */
548547
}
549548

550-
.contributor-github:hover {
549+
.contributor-name:hover {
551550
background: #0366d6; /* Darker background on hover */
552551
color: #ffffff; /* White text color on hover */
553552
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
@@ -559,9 +558,9 @@ button#toggle-languages:hover {
559558
font-weight: 900; /* Bold font weight */
560559
color: white; /* Dark color for better contrast */
561560
animation: fadeIn 1s ease-in-out;
562-
563561
}
564562

563+
565564
/* Chatbot button */
566565
.chatbot-button {
567566
position: fixed;

0 commit comments

Comments
 (0)