Skip to content

Instantly share code, notes, and snippets.

@klaascuvelier
Created June 4, 2015 22:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaascuvelier/dce13c578c5b526d03ac to your computer and use it in GitHub Desktop.
Save klaascuvelier/dce13c578c5b526d03ac to your computer and use it in GitHub Desktop.
flowdock-userstyle
.bubble.thread {
opacity: 0.65;
}
.bubble.green {
border-color: #9554D2 !important;
color: #9554D2 !important;
fill: #9554D2 !important;
}
.bubble.dirty-green {
border-color: #00B19E !important;
color: #00B19E !important;
fill: #00B19E !important;
}
.bubble.red {
border-color: #FF5050 !important;
color: #FF5050 !important;
fill: #FF5050 !important;
}
.bubble.blue {
border-color: #FF70D2 !important;
color: #FF70D2 !important;
fill: #FF70D2 !important;
}
.bubble.yellow {
border-color: #89D011 !important;
color: #89D011 !important;
fill: #89D011 !important;
}
.bubble.purple {
border-color: #FAD300 !important;
color: #FAD300 !important;
fill: #FAD300 !important;
}
.bubble.orange {
border-color: #FFA273 !important;
color: #FFA273 !important;
fill: #FFA273 !important;
}
.bubble.teal {
border-color: #5493E3 !important;
color: #5493E3 !important;
fill: #5493E3 !important;
}
.bubble.brown {
border-color: #BDE3FF !important;
color: #BDE3FF !important;
fill: #BDE3FF !important;
}
.bubble.pink {
border-color: #ADA7A7 !important;
color: #ADA7A7 !important;
fill: #ADA7A7 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment