Skip to content

Instantly share code, notes, and snippets.

@cianclarke
Last active April 24, 2019 10:39
Show Gist options
  • Save cianclarke/f69e3e3e72b296f809e377655639b61d to your computer and use it in GitHub Desktop.
Save cianclarke/f69e3e3e72b296f809e377655639b61d to your computer and use it in GitHub Desktop.
.aside .avatar, .aside .titles, .aside .actions {
display: none;
}
.app .aside {
background: #dd23ef;
}
.aside .section h3 {
color: #ddd;
}
.aside .item-selected, .aside .item:hover {
background-color: #1fdcf4;
}
.aside .item-text, .aside .item path {
color: #fff;
fill: #fff;
}
.aside .profile {
background: #dd23ef;
color: #fff;
background-image: url('https://s3.amazonaws.com/cian-heduv/myLittleBot.png');
background-size: 82%;
background-repeat: no-repeat;
background-position: center;
height: 44px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment