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 {
384384 color : rgb (255 , 213 , 98 );
385385
386386}
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+ }
387398
388399.language-and-milestone {
389400 display : flex;
@@ -1740,13 +1751,21 @@ body.blue-mode {
17401751}
17411752
17421753/* Links Styles */
1754+
17431755.light-mode a {
17441756 /* color: #007bff; Blue link color */
17451757}
17461758
17471759.dark-mode a {
17481760 color : # 1e90ff ; /* Lighter blue link color */
17491761}
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+
17501769
17511770.blue-mode a {
17521771 color : # f1f1f1 ; /* Light text color for links */
You can’t perform that action at this time.
0 commit comments