Skip to content

scijs/scijs-readme-css

 
 

Repository files navigation

scisj-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 'scijs-readme-css';

Or required as a string from browserify or node:

require('insert-css')(require('scijs-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.

About

Reusable CSS for styling README/Markdown content consistently.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 87.8%
  • CSS 10.4%
  • JavaScript 1.8%