Skip to content

Commit 136745a

Browse files
drusepthclaude
andcommitted
Fix grey lighten-5 elements unreadable in dark mode
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4613007 commit 136745a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/dark-mode.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,10 @@ body {
276276
.iconpicker-search {
277277
color: black;
278278
}
279+
280+
.grey.lighten-5 {
281+
background-color: #3B4043 !important;
282+
color: #fff !important;
283+
}
279284
}
280285
}

0 commit comments

Comments
 (0)