Skip to content

Commit

Permalink
Color for search highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 31, 2024
1 parent 415054a commit dab9e2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/modules/kcentressearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,9 @@
}
}
}

// Others
.search-highlight {
font-weight: normal;
background-color: $search-highlight;
}
2 changes: 2 additions & 0 deletions scss/utility/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ $brand-danger: #dc3545;
$brand-info: #17a2b8;
$header-background-1: #9ac7c1;

$search-highlight: #fffbce;

// Body

// Settings for the `<body>` element.
Expand Down

0 comments on commit dab9e2d

Please sign in to comment.