Skip to content

Commit 4d24d85

Browse files
committed
Commit changes
1 parent a62ec04 commit 4d24d85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Website/css/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,13 +1740,21 @@ body.blue-mode {
17401740
}
17411741

17421742
/* Links Styles */
1743+
17431744
.light-mode a {
17441745
/* color: #007bff; Blue link color */
17451746
}
17461747

17471748
.dark-mode a {
17481749
color: #1e90ff; /* Lighter blue link color */
17491750
}
1751+
/* Dark mode */
1752+
@media (prefers-color-scheme: dark) {
1753+
.twitter-logo {
1754+
filter: invert(1); /* Inverts the colors, making a dark logo appear light */
1755+
}
1756+
}
1757+
17501758

17511759
.blue-mode a {
17521760
color: #f1f1f1; /* Light text color for links */

0 commit comments

Comments
 (0)