Skip to content

Instantly share code, notes, and snippets.

@rickymanning
Created August 25, 2015 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickymanning/15f7227c96e2bff00d8b to your computer and use it in GitHub Desktop.
Save rickymanning/15f7227c96e2bff00d8b to your computer and use it in GitHub Desktop.
Redesigning My Portfolio Blog - Step 02 - Add colour scheme to CSS files as comments
/*
* Colours to Use
*
* #161616 (Charcoal Grey) - to be used as background for main navigation and footer
* #121212 (Dark Charcoal Grey) - to be used as background highlights when main navigation and footer links are hovered over
* #bbb (Grey) - to be as used the colour to use for text over a dark background
* #fff (White) - to be used as the background colour for sections
* #e6e6e6 (Light Grey) - to be used as the background color for zebra striping of alternate sections
* #870fof (Red) - to be used as the highlight/jumbotron background colour
*
* NOTE:
* The names in brackets are mine. They may not (probably will not) correspond with standard CSS color names in most cases.
*
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment