mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-10 02:34:04 +09: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:
@ -165,7 +165,7 @@
|
||||
}
|
||||
|
||||
&.private {
|
||||
background-color: #fcf8e9;
|
||||
background-color: var(--color-box-body-highlight);
|
||||
}
|
||||
|
||||
.repo-list-link {
|
||||
|
Reference in New Issue
Block a user