Skip to content

Background color of private list-items updated #20630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update web_src/less/_base.less
Co-authored-by: silverwind <[email protected]>
  • Loading branch information
lukeawyatt and silverwind authored Aug 2, 2022
commit 3725802624f4ca8a055f5d880a8b23982005e9f8
2 changes: 1 addition & 1 deletion web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
--color-text-light-3: #a0a0a0;
--color-box-header: #f7f7f7;
--color-box-body: #ffffff;
--color-box-body-highlight: #f6f6f6;
--color-box-body-highlight: #f8f8f8;
--color-footer: #ffffff;
--color-timeline: #ececec;
--color-input-text: #212121;
Expand Down