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
51 changes: 51 additions & 0 deletions assets/css/docusaurus.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,55 @@
}
}

/* Black */
/* .govuk-template--rebranded .govuk-service-navigation:not(.govuk-service-navigation--inverse) .govuk-service-navigation__list__link,
.govuk-template--rebranded .govuk-service-navigation:not(.govuk-service-navigation--inverse) .govuk-service-navigation__toggle {
color: #0b0c0c !important;
}

.govuk-template--rebranded .govuk-service-navigation:not(.govuk-service-navigation--inverse) .govuk-service-navigation__list__item--active {
border-color: #0b0c0c !important;
} */

/* Color 100% */
.govuk-template--rebranded .app-masthead .govuk-button--inverse,
.govuk-template--rebranded .app-masthead .govuk-button--inverse:visited,
.govuk-template--rebranded .app-masthead .govuk-button--inverse:active,
.govuk-template--rebranded .app-masthead .govuk-button--inverse:hover {
color: #008531;
}

/* Background colour 100% */
.govuk-template--rebranded .govuk-header__link--homepage:not(:focus),
.govuk-template--rebranded .govuk-header,
.govuk-template--rebranded .govuk-service-navigation.govuk-service-navigation--inverse,
.govuk-template--rebranded .app-masthead {
background-color: #008531 !important;
}

/* Background colour 4% tint */
/* .govuk-template--rebranded .app-homepage .app-section.app-section--features,
.govuk-template--rebranded .govuk-template__body.app-homepage .govuk-template__body-inner,
.govuk-template--rebranded .govuk-service-navigation,
.govuk-template--rebranded .govuk-footer {
background-color: #f5faf7 !important;
} */

/* Border colour 100% */
/* .govuk-template--rebranded .govuk-footer {
border-color: #008531 !important;
} */

/* Border colour 30% tint */
/* .govuk-template--rebranded .app-homepage .app-section.app-section--features,
.govuk-template--rebranded .govuk-service-navigation {
border-color: #b3dac1 !important;
} */

/* Border colour 50% tint */
.govuk-template--rebranded .app-homepage .govuk-service-navigation--inverse .govuk-width-container {
border-color: #66B683 !important;
}


/* #8eb8dc */
4 changes: 2 additions & 2 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import Link from '@docusaurus/Link';
</div>
<div className="govuk-grid-column-one-third">
<h2>Consistent with GOV.UK</h2>
<p>Built with the GOV.UK Design System, providing a predictable mapping interface and ensuring a consistent experience across all government services.</p>
<p>Built with the GOV.UK Design System, providing familiar patterns and a predictable mapping interface that delivers a consistent experience across all government services.</p>
</div>
<div className="govuk-grid-column-one-third">
<h2>Open source and flexible</h2>
<p>Open source and free from proprietary dependencies. Configurable and extensible, with plugin support and compatibility with multiple mapping libraries.</p>
<p>Open source, with a lightweight, configurable core. Extend it with plugins for search, drawing tools and map styles, swap in a custom map provider, or build your own.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const config = {

homepage: {
getStartedHref: '/getting-started',
description: 'A lightweight, accessible map component for public-facing government services. Open source, works with different mapping libraries, and extendable through plugins.',
description: 'Built for developers creating public-facing services on GOV.UK. Takes care of the hard work of building an accessible, standards-compliant mapping interface, so you can focus on your data.',
},
},
},
Expand Down
Loading