Skip to content

Instantly share code, notes, and snippets.

@samusgray
Created March 18, 2014 22:52
Show Gist options
  • Save samusgray/9631509 to your computer and use it in GitHub Desktop.
Save samusgray/9631509 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.3)
// Compass (v1.0.0.alpha.18)
// ----
// Theme Colors
$yellow: rgb(255, 204, 153);
$orange: #f60;
$dark-blue: #2358b8;
$mid-blue: rgb(102, 153, 204);
$light-blue: rgb(213, 232, 251);
$white: #fff;
.theme-myplace {background: white;
button {
background: transparent;
$dark-blue: #2358b8;
}
h1 {
color: $white;
}
h2 {
background: $yellow;
}
h3 {
color:#f60;
}
.chat-log {
background: $mid-blue;
}
.chat-header {
background: $mid-blue;
}
.chat-log-content {
background: $light-blue;
}
}
.theme-myplace {
background: white;
}
.theme-myplace button {
background: transparent;
}
.theme-myplace h1 {
color: white;
}
.theme-myplace h2 {
background: #ffcc99;
}
.theme-myplace h3 {
color: #f60;
}
.theme-myplace .chat-log {
background: #6699cc;
}
.theme-myplace .chat-header {
background: #6699cc;
}
.theme-myplace .chat-log-content {
background: #d5e8fb;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment