Skip to content

Instantly share code, notes, and snippets.

View RealBrokeBloke's full-sized avatar

Broke Bloke RealBrokeBloke

View GitHub Profile
@RealBrokeBloke
RealBrokeBloke / minimal-social-warfare-style-dark.css
Created September 21, 2018 07:22 — forked from DustinWStout/minimal-social-warfare-style-dark.css
This creates a minimal and dark style for Social Warfare - Pro. Just paste it into your style.css file for your theme, and make sure you have all color settings under Style > Visual Options set to "Full Color".
.swp_social_panel {
background: #222;
height: 73px;
padding: 20px;
border-radius: 4px;
border: 1px solid #000;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.1), 0 4px 5px 0 rgba(0,0,0,.15), 0 4px 15px 0 rgba(0,0,0,.2);
}
div.nc_tweetContainer.swp_facebook,
div.nc_tweetContainer.swp_twitter,