Skip to content

Instantly share code, notes, and snippets.

@droyad
Created February 26, 2016 03:37
Show Gist options
  • Select an option

  • Save droyad/723f5849fe818502ca8c to your computer and use it in GitHub Desktop.

Select an option

Save droyad/723f5849fe818502ca8c to your computer and use it in GitHub Desktop.
.signal-bar {
background-color: fuchsia
}
.stream-view .content
{
background-color: peachpuff
}
.masthead
{
background-color: greenyellow;
color: blue;
}
h1 {
transform: rotate(17deg);
}
.description {
background-color: aquamarine;
}
p.exception.ng-binding.ng-scope {
background-color: #FF99FF;
}
body {
font-family: fantasy;
}
.event .description .message
{
font-family: "Comic Sans MS"
}
a {
color: blue !important;
}
a {
transform: rotate(-3deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment