Skip to content

Commit d3cd4c0

Browse files
committed
feat: apply dark/light colour palette to all ui elements
1 parent e82d653 commit d3cd4c0

10 files changed

Lines changed: 207 additions & 76 deletions
57.1 KB
Loading
60.1 KB
Loading
17.7 KB
Loading
19 KB
Loading
60.1 KB
Loading
64.9 KB
Loading
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-dark-mode" 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-light-mode" 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)