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:
parent
27789908d8
commit
fe78d35ef5
3 changed files with 3 additions and 5 deletions
|
@ -95,6 +95,7 @@
|
|||
--color-body: #383c4a;
|
||||
--color-box-header: #404652;
|
||||
--color-box-body: #303440;
|
||||
--color-box-body-highlight: #353945;
|
||||
--color-text-dark: #dbe0ea;
|
||||
--color-text: #bbc0ca;
|
||||
--color-text-light: #a6aab5;
|
||||
|
@ -150,10 +151,6 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.feeds .list ul li.private {
|
||||
background: #353945;
|
||||
}
|
||||
|
||||
.ui.red.label,
|
||||
.ui.red.labels .label {
|
||||
background-color: #7d3434 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue