Skip to content

Instantly share code, notes, and snippets.

@chrisvasey
Created September 1, 2016 10:02
Show Gist options
  • Save chrisvasey/740dd3c018923b10dd810f2be542c345 to your computer and use it in GitHub Desktop.
Save chrisvasey/740dd3c018923b10dd810f2be542c345 to your computer and use it in GitHub Desktop.
Colours and styles for each service
#blue {
background: #25AEE4;
}
#darkBlue {
background: #314CB6;
}
#purple {
background: #A856AA;
}
#red {
background: #E65351;
}
#orange {
background: #FA9426;
}
#yellow {
background: #FDC334;
}
#green {
background: #74C25C;
}
#turquoise {
background: #046E8F;
}
#gray {
background: #183446;
}
#technology {
.icon {
background: #314CB6;
}
.highlight-text{
color: #314CB6;
}
}
#people {
.icon {
background: #A856AA;
}
.highlight-text{
color: #A856AA;
}
}
#facilities {
.icon {
background: #74C25C;
}
.highlight-text{
color: #74C25C;
}
}
#education {
.icon {
background: #FA9426;
}
.highlight-text{
color: #FA9426;
}
}
#finance {
.icon {
background: #25AEE4;
}
.highlight-text{
color: #25AEE4;
}
}
#culture {
.icon {
background: #E65351;
}
.highlight-text{
color: #E65351;
}
}
#training {
.icon {
background: #183446;
}
.highlight-text{
color: #183446;
}
}
#communications {
.icon {
background: #046E8F;
}
.highlight-text{
color: #046E8F;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment