Skip to content

Commit 4d29af1

Browse files
authored
Merge pull request sugarlabs#5303 from kh-ub-ayb/darkmode-guide-fix
Changed the background color to fix the icon visibility issue
2 parents 66db267 + 8ae711b commit 4d29af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/darkmode.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ body.dark {
1717

1818
/* Help widget colors */
1919
.dark #helpBodyDiv {
20-
background: #1d1d20;
20+
background: #505050;
2121
color: var(--fg);
22-
}
22+
}
2323

2424
.dark #helpBodyDiv > .heading,
2525
.dark #helpBodyDiv p {

0 commit comments

Comments
 (0)