Skip to content

Commit f3c62dd

Browse files
committed
feat: apply light-mode colour palette
1 parent e82d653 commit f3c62dd

4 files changed

Lines changed: 214 additions & 80 deletions

File tree

615 Bytes
Loading
1023 Bytes
Loading

gcp/website/frontend3/src/base.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +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" 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@2x.png 2x"
52+
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"
5254
width="54" height="20">
5355
</a>
5456
</div>

0 commit comments

Comments
 (0)