Skip to content

Commit

Permalink
update css of search results to use zoo teal
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Dec 18, 2023
1 parent ce31b8f commit 3514b23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,18 @@ td {
color: $body-text-color-soft;
}

.search-input:focus + .search-label .search-icon {
color: #00979D;
}

.search-result {
color: #00979D;
}

.search-result-doc .search-result-icon {
color: #00979D;
}

/**
* Addional styles
*/
Expand Down
2 changes: 1 addition & 1 deletion query-user-group-counts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nav_order: 5

As a new feature of our stats service, we introduce the idea of user groups so that a group of volunteers can set shared goals and celebrate milestones. Whether it’s a classroom, after school club, a group of friends, or corporate volunteering program, this new group feature provides new avenues for fostering community and collaboration for our volunteers and contributors.

For more documentation on user groups within our stats service, you can view our Github repository Wiki: here (https://github.com/zooniverse/eras/wiki/API-Callout-Examples#classificationsuser_groupsid)
For more documentation on user groups within our stats service, you can view our Github repository Wiki: here [https://github.com/zooniverse/eras/wiki/API-Callout-Examples#classificationsuser_groupsid]

Our stats API allows querying for a user group’s classification stats as long as the person querying has proper authorizations to access the group statistics. _In other words, querying classification counts by user group requires an authentication token to be supplied._

Expand Down

0 comments on commit 3514b23

Please sign in to comment.