Skip to content

Commit ceec641

Browse files
committed
fix: set sharper logo image for web dark and light mode
1 parent 686e7cf commit ceec641

9 files changed

Lines changed: 2 additions & 2 deletions

File tree

1.62 KB
Loading
-1023 Bytes
Binary file not shown.
11.1 KB
Loading

gcp/website/frontend3/img/logo.png

1.12 KB
Loading
-1.87 KB
Binary file not shown.
10.2 KB
Loading
28.1 KB
Loading
23.6 KB
Loading

gcp/website/frontend3/src/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<header class="top-bar">
4949
<div class="logo">
5050
<a href="{{ url_for('frontend_handlers.index') }}" aria-label="Home page">
51-
<img alt="OSV logo" class="logo-img-light" src="/static/img/logo.png" srcset="/static/img/logo.png, /static/img/logo@2x.png 2x"
51+
<img alt="OSV logo" class="logo-img-light" src="/static/img/logo.png" srcset="/static/img/logo.png, /static/img/logo@4x.png 4x"
5252
width="54" height="20">
53-
<img alt="OSV logo" class="logo-img-dark" src="/static/img/logo-dark.png" srcset="/static/img/logo-dark.png, /static/img/logo-dark@2x.png 2x"
53+
<img alt="OSV logo" class="logo-img-dark" src="/static/img/logo-dark.png" srcset="/static/img/logo-dark.png, /static/img/logo-dark@4x.png 4x"
5454
width="54" height="20">
5555
</a>
5656
</div>

0 commit comments

Comments
 (0)