Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion i18n/english.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const cli = {
startHttp: {
invalidScannerVersion: tS`the payload has been scanned with version '${0}' and do not satisfies the required CLI range '${1}'`,
regenerate: "please re-generate a new JSON payload using the CLI"
},
}
};

const ui = {
Expand Down
2 changes: 1 addition & 1 deletion public/components/views/home/maintainers/maintainers.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ body.dark .maintainers--popup>.separator {
color: #255471;
}

.maintainers--popup>.separator>p {
body.dark .maintainers--popup>.separator>p {
background: #303263;
color: #3cbde5;
}
Expand Down
6 changes: 5 additions & 1 deletion public/components/views/search/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,14 @@ input:-webkit-autofill {
width: 100%;
padding: 5px 0;
margin-top: 10px;
background: #0b031f71;
background: #54688419;
padding: 5px 10px;
}

body.dark .package-cache-result {
background: #0b031f71;
}

body.dark .description {
color: var(--dark-theme-secondary-lighter);
}
Expand Down