Skip to content

Commit

Permalink
Fix quickstart and codelab labels (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Aug 6, 2024
1 parent fac7b9e commit dc270b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,16 @@ ul.sectionlist > li:hover {
background-color: #ffd400;
}

.ais-Hits-item > .quickstart .title:after {
content: "Quickstart";
background-color: #00E8E8;
}

.ais-Hits-item > .codelab .title:after {
content: "Codelab";
background-color: #FF7D80;
}

.ais-Hits-item .title:after {
content: "Tutorial";
padding: 0.1rem 0.2rem;
Expand Down

0 comments on commit dc270b0

Please sign in to comment.