Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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
1 change: 1 addition & 0 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion web_src/less/_dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}

&.private {
background-color: #fcf8e9;
background-color: var(--color-box-body-highlight);
}

.repo-list-link {
Expand Down
5 changes: 1 addition & 4 deletions web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -150,10 +151,6 @@
color: #fff;
}

.feeds .list ul li.private {
background: #353945;
}

.ui.red.label,
.ui.red.labels .label {
background-color: #7d3434 !important;
Expand Down