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 a62ec04 commit 4d24d85Copy full SHA for 4d24d85
Website/css/styles.css
@@ -1740,13 +1740,21 @@ body.blue-mode {
1740
}
1741
1742
/* Links Styles */
1743
+
1744
.light-mode a {
1745
/* color: #007bff; Blue link color */
1746
1747
1748
.dark-mode a {
1749
color: #1e90ff; /* Lighter blue link color */
1750
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
1758
1759
.blue-mode a {
1760
color: #f1f1f1; /* Light text color for links */
0 commit comments