Skip to content

Instantly share code, notes, and snippets.

@rksm
Last active December 27, 2015 01:19
Show Gist options
  • Save rksm/7244445 to your computer and use it in GitHub Desktop.
Save rksm/7244445 to your computer and use it in GitHub Desktop.
.World {
background-color: rgb(187, 180, 188);
}
.Window {
background-color: rgb(197, 200, 198);
box-shadow: none;
border-radius: 3px;
border: 1px solid rgb(220, 220, 220);
}
.Window.highlighted {
background-color: rgb(197, 200, 198);
box-shadow: none;
border: 1px solid rgb(220, 220, 220);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment