Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ const config = {
announcementBar: {
id: 'reforge_acquisition',
content:
'Prefab has been acquired and has re-launched as Reforge Launch. Please use the new documentation at <a target="_blank" rel="noopener noreferrer" href="https://docs.reforge.com">docs.reforge.com</a>',
backgroundColor: '#2962F5',
textColor: '#ffffff',
'Prefab is now <a target="_blank" rel="noopener noreferrer" href="https://www.reforge.com/blog/introducing-reforge-launch">Reforge Launch</a>. Please use the new documentation at <a href="https://docs.reforge.com">docs.reforge.com</a>',
backgroundColor: '#FFF3B0',
textColor: '#2E2B00',
isCloseable: false,
},
navbar: {
Expand Down
12 changes: 12 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,15 @@ summary h4 {
line-height: 1.5rem;
margin-bottom: 0;
}

/* Large acquisition announcement banner */
div[class*='announcementBar'] {
font-size: 2rem !important;
padding: 4rem 2rem !important;
font-weight: 600 !important;
line-height: 1.5 !important;
}

div[class*='announcementBarContent'] {
font-size: 2rem !important;
}