Skip to content

Commit fc963dc

Browse files
committed
update: bar border color
1 parent db21613 commit fc963dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client/scss/_home.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ main#crate {
512512

513513
.version-track {
514514
> div {
515-
border-color: #960D0D;
515+
border-color: #960D0D !important;
516516
background-color: #FDCECE;
517517
}
518518
}
@@ -525,7 +525,7 @@ main#crate {
525525

526526
.version-track {
527527
> div {
528-
border-color: #C48B21;
528+
border-color: #C48B21 !important;
529529
background-color: #FFEFD1;
530530
}
531531
}

src/client/templates/crate.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ html(lang="en")
143143
option(value=version.num) #{version.num}
144144
div.features-display-pane
145145
| #{data.crate.id}#{" = "}
146-
span.string "#{data.crate.max_stable_version}"
146+
span.string "#{data.crate.max_stable_version || data.crate.max_version}"
147147
div.copy-icon-container
148148
i.interactable-icon.copy-icon.fas.fa-copy
149149
div.features-selection-dropdown(hidden)

0 commit comments

Comments
 (0)