diff --git a/platform/docs/docusaurus.config.js b/platform/docs/docusaurus.config.js index 6facf462a..43a3308a8 100644 --- a/platform/docs/docusaurus.config.js +++ b/platform/docs/docusaurus.config.js @@ -322,7 +322,7 @@ const isI18nStaging = process.env.I18N_STAGING === 'true'; { html: ` - MGH + `, }, diff --git a/platform/docs/src/css/custom.css b/platform/docs/src/css/custom.css index 2fa33fd03..1b2054786 100644 --- a/platform/docs/src/css/custom.css +++ b/platform/docs/src/css/custom.css @@ -203,6 +203,11 @@ article header h3 { --ifm-alert-color: var(--ifm-font-color-base); } +.button--secondary:not(.button--outline) { + --ifm-button-background-color: #e8f7f7; +} + + .admonition-icon svg { fill: #0151d9; } @@ -219,3 +224,20 @@ article header h3 { .DocSearch { display: none; } + + +/* Footer logo MGH */ + +@media (max-width: 1200px) { + #mgh-logo { + margin-right: 100px; + width: 300px; + } +} + +@media (max-width: 480px) { + #mgh-logo { + margin-right: 10px; + width: 300px; + } +}