JustPaste.it
 
 
 
 
 
 
 
/**
* @name DTM-08
* @author 11pixels
* @version 2.0
* @invite vUN9sNW
* @description A skeuomorphic/glossy theme
* @source https://github.com/XYZenix/XYZenixThemes/blob/master/DTM-08.theme.css
*/
@import u rl(https://xyzenix.github.io/XYZenixThemes/DTM-08-V2/dtm-08-v2.css);
 
/**
    * @name Square Corners
    * @version 1.0.0
    * @description Square > Round
**/
foreignObject[mask*="u rl(#"] {
    mask: none;
}
.avatar-2e8lTP{
    border-radius: 0;
}
 
/* Profile Icons */
 
div[class*="avatar"],
img[class*="avatar"] {
    /* For the sake of making this snippet work without the styling applied by the rest of this theme */
    border-radius: 0px;
}
 
a[aria-label*="group"] div > svg > foreignObject {
/* Group DMs will have an Offline status without this */
border-bottom-width: 0px !important;
}
 
svg > rect[mask*="svg-mask-status"] 

 

div[data-dnd-name][class^="blobContainer"] *, li[id^="chat-messages"] *, li[class^="channel"][class*="container"] *, aside[class^="membersWrap"] *, div[class^="peopleList"] * { border-radius: 0 !important; }
 
div[data-dnd-name][class^="blobContainer"] foreignObject[mask], li[class^="channel"][class*="container"] foreignObject[mask], aside[class^="membersWrap"] foreignObject[mask], div[class^="peopleList"] foreignObject[mask] { mask: none !important; }