Skip to content

Commit a37ec8f

Browse files
authored
Merge pull request #1548 from sanchitc05/sanchitc05/issue1524
Sanchitc05/issue1524
2 parents 3fb8cd1 + 4d24d85 commit a37ec8f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Website/css/styles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)