The same [USWDS](https://designsystem.digital.gov/) you know and love, with NASA theming!
The same USWDS you know and love, with NASA theming!
* Minor tweaks to colors in _uswds-theme-color.scss
* Headings use helvetica instead of source sans pro font in _uswds-theme-typography.scss
* NASA meatball favicons in theme/favicons
* Dark header option and other minor visual tweaks in _uswds-theme-custom-styles.scss
* See it live!
* To use the dark header option, add the .usa-header--dark class to the element.
* For the close icon in the mobile slideout menu to appear white instead of dark gray replace close.svg with close-white.svg in this line of html
Like USWDS, NASAWDS has two installation options:
* Direct download - Download the .zip file attached to the latest stable release under the assets section. Extract then add the files to your project's code base. For more details see this section in the USWDS developer documentation.
* Install using npm - NASAWDS is available as an npm package. To install via npm, follow these instructions, but where it says uswds replace with nasawds. Once installed, you will find the compiled asset files in the node_modules/nasawds/src/ directory.
For more detailed installation and usage instructions see the USWDS developer documentation.
#### Creating a webpage using NASAWDS
- Create an index.html file at the top of your repository
- Paste into that file
``