Skip to content

Commit d89a723

Browse files
authored
Improve the logo image used by the DocC catalog (#404)
1 parent 0d9f13b commit d89a723

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

Sources/PostgresNIO/Docs.docc/images/vapor-postgres-logo.svg

Lines changed: 21 additions & 16 deletions
Loading

Sources/PostgresNIO/Docs.docc/theme-settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"light": "rgb(255, 255, 255)"
2323
},
2424
"psql-blue": "#336791",
25-
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 30%, #1f1d1f 100%)",
25+
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 30%, #000 100%)",
2626
"documentation-intro-accent": "var(--color-psql-blue)",
2727
"documentation-intro-accent-outer": {
2828
"dark": "rgb(255, 255, 255)",
29-
"light": "rgb(51, 51, 51)"
29+
"light": "rgb(0, 0, 0)"
3030
},
3131
"documentation-intro-accent-inner": {
32-
"dark": "rgb(51, 51, 51)",
32+
"dark": "rgb(0, 0, 0)",
3333
"light": "rgb(255, 255, 255)"
3434
}
3535
},

0 commit comments

Comments
 (0)