https://github.com/stackgl/stackgl-readme-css
Reusable CSS for styling README/Markdown content consistently.
https://github.com/stackgl/stackgl-readme-css
Last synced: 6 months ago
JSON representation
Reusable CSS for styling README/Markdown content consistently.
- Host: GitHub
- URL: https://github.com/stackgl/stackgl-readme-css
- Owner: stackgl
- License: other
- Created: 2014-12-07T13:13:29.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-01-05T15:11:50.000Z (over 10 years ago)
- Last Synced: 2025-02-18T09:39:52.802Z (over 1 year ago)
- Language: HTML
- Homepage: http://stack.gl/stackgl-readme-css/
- Size: 873 KB
- Stars: 8
- Watchers: 12
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# stackgl-readme-css




Reusable CSS for styling README/Markdown content consistently.
**[example here](http://stack.gl/stackgl-readme-css)**
## Usage
[](https://nodei.co/npm/stackgl-readme-css/)
Can be imported using [sheetify](http://github.com/sheetify/sheetify) or
[rework-npm](https://github.com/reworkcss/rework-npm) like so:
``` css
@import 'stackgl-readme-css';
```
Or required as a string from [browserify](http://browserify.org/) or node:
``` javascript
require('insert-css')(require('stackgl-readme-css'))
```
## Fonts
### Roboto
For headings. Can be sourced easily from [Google Fonts](http://www.google.com/fonts/).
### Fantasque Sans Mono
For body text and code. It's [Open Source](https://github.com/belluzj/fantasque-sans)!
A copy has also been included in this repo for hosting on `gh-pages` with.
## Colors
* Blue: `#66C4FF`
* Yellow: `#FFE169`
* Red: `#FF6F5C`
* Green: `#61FF90`
* Black: `#34363B`
* Dark Grey: `#4A4F5E`
* Grey: `#5B6173`
* Light Grey: `#A9B0C2`
* Lighter Grey: `#DEE7FF`
* White: `#FFFFFF`
## License
MIT. See [LICENSE.md](http://github.com/hughsk/stackgl-readme-css/blob/master/LICENSE.md) for details.