Skip to content

Instantly share code, notes, and snippets.

@kkosuge
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkosuge/921e4c0cec4bf5d1debe to your computer and use it in GitHub Desktop.
Save kkosuge/921e4c0cec4bf5d1debe to your computer and use it in GitHub Desktop.
#_logo {
background-image: url(https://slack.global.ssl.fastly.net/22317/img/landing_slack_logo_white.png);
background-size: contain;
background-repeat: no-repeat;
height: 28px;
width: 88px;
}
#_logo img {
display: none;
}
.sideContent {
background: none;
}
.sideContentHl {
background: none;
}
.chatTimeLine {
background-image: url(https://pbs.twimg.com/media/BtyqcduCMAAnVRH.png:large);
background-size: cover;
}
.chatTimeLineMessage .chatTimeLineMessageInner {
border: none;
}
.chatTimeLineMessageMention {
background: none;
border: 2px solid red;
}
.dateContent {
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment