mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
Background color of private list-items updated (#20630)
A minor color update on the dashboard. This PR simply changes the background from hard-coded light yellow to the theme colors (var).
This commit is contained in:
@ -123,6 +123,7 @@
|
||||
--color-text-light-3: #a0a0a0;
|
||||
--color-box-header: #f7f7f7;
|
||||
--color-box-body: #ffffff;
|
||||
--color-box-body-highlight: #f8f8f8;
|
||||
--color-footer: #ffffff;
|
||||
--color-timeline: #ececec;
|
||||
--color-input-text: #212121;
|
||||
|
Reference in New Issue
Block a user