Skip to content

Commit 09a2c4f

Browse files
committed
feat: implement light mode theme for osv.dev web frontend
1 parent 02dd3b3 commit 09a2c4f

23 files changed

Lines changed: 582 additions & 301 deletions

gcp/api/googleapis

Submodule googleapis updated 3549 files

gcp/api/integration_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,6 @@ def test_query_batch(self):
733733
{},
734734
{
735735
'vulns': [{
736-
'id': 'CVE-2020-15866',
737-
}, {
738736
'id': 'CVE-2020-36401',
739737
}, {
740738
'id': 'CVE-2021-4110',

gcp/website/blog/hugo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ baseURL = 'http://osv.dev/blog/'
22
languageCode = 'en-us'
33
title = 'OSV Blog'
44
[markup]
5-
[markup.highlight]
6-
style = 'native'
7-
tabWidth = 2
5+
[markup.highlight]
6+
noClasses = false
7+
tabWidth = 2
2.22 KB
Loading
1023 Bytes
Loading
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

0 commit comments

Comments
 (0)