Skip to content

Commit

Permalink
sa logo color
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Roxendal committed Sep 15, 2023
1 parent f6efa65 commit bab812e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
</ul>


<a class="start-only block text-right mr-32 mt-6 relative left-1" href="https://www.svenskaakademien.se">
<img class="" style="filter: saturate(0) brightness(6)" ng-src="{{$root.SA_logo}}" width="90" height="90" alt="Logotyp för Svenska Akademien">
<a class="sa-logo start-only block text-right mr-32 mt-6 relative left-1" href="https://www.svenskaakademien.se">
<img class="" ng-src="{{$root.SA_logo}}" width="90" height="90" alt="Logotyp för Svenska Akademien">
</a>

<div id="toolkit"></div>
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ littb.factory("backend", function ($http, $q, util, $timeout, $sce, $location) {
.replace(/[.,!"“'”]/g, "")
}

params.filter_string = expandQuery(params.filter_string, options.keyword_aux)
params.filter_string = expandQuery(params.filter_string, options.keyword_aux || [])

return $http({
url: `${STRIX_URL}/list_all/${types}` + (author || ""),
Expand Down
3 changes: 3 additions & 0 deletions app/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,9 @@ body > .header {
display: block;
}
}
.sa-logo {
filter: saturate(0) brightness(var(--sa-logo-brightness, 6));
}
.lb-logo {
max-width : 94%;
margin-top: 1rem;
Expand Down

0 comments on commit bab812e

Please sign in to comment.