Skip to content

Instantly share code, notes, and snippets.

View ngbeslhang's full-sized avatar

ngb ngbeslhang

View GitHub Profile
@ngbeslhang
ngbeslhang / custom-material.css
Last active January 10, 2017 14:32
Sightly modified custom Discord CSS based on https://github.com/AlexFlipnote/Discord_MaterialTheme/
@import "https://rawgit.com/AlexFlipnote/Discord_MaterialTheme/master/theme.css";
/* For Discord_MaterialTheme, replace the default red no-border indicator to white black border circle. */
.guilds-wrapper .guilds .guild.selected.unread:before,
.guilds-wrapper .guilds .guild.selected:before,
.guilds-wrapper .guilds .guild.unread:before {
background: #eaeaea;
box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 hsla(0, 0%, 100%, .15);
border: 1px solid #212121;
height: 11px;