Skip to content

Commit 95e2365

Browse files
authored
Merge pull request #1628 from oasisprotocol/matevz/bump/oasis-sdk
Bump Oasis SDK and some other details
2 parents 7deab0d + 6b9d3c5 commit 95e2365

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ const config: Config = {
109109
navbar: {
110110
logo: {
111111
alt: 'Oasis Docs',
112-
//src: 'img/logo.svg',
113-
//srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
112+
src: 'img/logo.svg',
113+
srcDark: 'img/logo_dark.svg', // Workaround for browsers that don't support @media (prefers-color-scheme: dark) in external SVGs.
114114
// Uncomment src and style below to enable christmas mode ;)
115-
src: 'img/logo_christmas.svg',
116-
srcDark: 'img/logo_christmas_dark.svg',
117-
style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
115+
//src: 'img/logo_christmas.svg',
116+
//srcDark: 'img/logo_christmas_dark.svg',
117+
//style: {marginTop: '-13px', marginLeft: '-10px', height: '3rem'},
118118
},
119119
items: [
120120
{

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
--ifm-font-family-base: "Inter Variable", sans-serif;
1919
--ifm-font-family-monospace: "Roboto Mono", monospace;
2020
--ifm-font-weight-bold: 640;
21+
--ifm-h4-font-size: 20px;
22+
--ifm-h5-font-size: 18px;
23+
--ifm-h6-font-size: 16px;
2124
--ifm-global-radius: 0;
2225
--ifm-alert-border-width: 5px;
2326
--docusaurus-highlighted-code-line-bg: #e8e8ff;

0 commit comments

Comments
 (0)