File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,17 @@ button#toggle-stats:hover {
384
384
color : rgb (255 , 213 , 98 );
385
385
386
386
}
387
+ div {
388
+ box-sizing : border-box;
389
+ overflow : hidden;
390
+ }
391
+
392
+ .languages , .milestones {
393
+ padding : 10px ;
394
+ margin : 10px ;
395
+ word-wrap : break-word;
396
+ white-space : normal;
397
+ }
387
398
388
399
.language-and-milestone {
389
400
display : flex;
@@ -1740,13 +1751,21 @@ body.blue-mode {
1740
1751
}
1741
1752
1742
1753
/* Links Styles */
1754
+
1743
1755
.light-mode a {
1744
1756
/* color: #007bff; Blue link color */
1745
1757
}
1746
1758
1747
1759
.dark-mode a {
1748
1760
color : # 1e90ff ; /* Lighter blue link color */
1749
1761
}
1762
+ /* Dark mode */
1763
+ @media (prefers-color-scheme : dark) {
1764
+ .twitter-logo {
1765
+ filter : invert (1 ); /* Inverts the colors, making a dark logo appear light */
1766
+ }
1767
+ }
1768
+
1750
1769
1751
1770
.blue-mode a {
1752
1771
color : # f1f1f1 ; /* Light text color for links */
You can’t perform that action at this time.
0 commit comments