Skip to content

Commit

Permalink
Editor: Fixed outliner's low contrast issue in dark theme (#28248)
Browse files Browse the repository at this point in the history
* hi con

* indent using  tabs
  • Loading branch information
ycw committed May 2, 2024
1 parent 5a6eb7a commit 2802562
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion editor/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,13 @@ select {
}

.Outliner {
color: #888;
background: #222;
}

.Outliner .option {
color: #999;
}

.Outliner .option:hover {
background-color: rgba(21,60,94,0.5);
}
Expand Down

0 comments on commit 2802562

Please sign in to comment.