Skip to content

stackgl/stackgl-readme-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 24, 2015
d93215a · Jul 24, 2015

History

9 Commits
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Dec 7, 2014
Jul 24, 2015
Dec 7, 2014
Dec 7, 2014
Jul 24, 2015

Repository files navigation

stackgl-readme-css

Reusable CSS for styling README/Markdown content consistently.

example here

Usage

NPM

Can be imported using sheetify or rework-npm like so:

@import 'stackgl-readme-css';

Or required as a string from browserify or node:

require('insert-css')(require('stackgl-readme-css'))

Fonts

Roboto

For headings. Can be sourced easily from Google Fonts.

Fantasque Sans Mono

For body text and code. It's Open Source! 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 for details.