Skip to content

Commit a2a1737

Browse files
committed
Fix search highlight colour
1 parent fde1602 commit a2a1737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/argo-archive-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class ArgoArchiveList extends LitElement {
120120
}
121121
122122
.search-result-text b {
123-
background-color: #cf7df1;
123+
background-color: var(--md-sys-color-secondary-container);
124124
color: black;
125125
font-weight: bold;
126126
padding: 0 2px;

0 commit comments

Comments
 (0)