1
0
Fork 0
forked from forgejo/forgejo

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:
Luke Wyatt 2022-08-06 10:25:58 -04:00 committed by GitHub
parent 27789908d8
commit fe78d35ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View file

@ -165,7 +165,7 @@
}
&.private {
background-color: #fcf8e9;
background-color: var(--color-box-body-highlight);
}
.repo-list-link {