Skip to content

Instantly share code, notes, and snippets.

@betabong
Last active September 6, 2017 15:28
Show Gist options
  • Save betabong/83566c910116941b997555ea6b682f32 to your computer and use it in GitHub Desktop.
Save betabong/83566c910116941b997555ea6b682f32 to your computer and use it in GitHub Desktop.
*, *:before, *:after {
background: transparent !important;
color: white !important;
border-color: yellow !important;
box-shadow: none !important;
}
*.wcm-has-bg {
background: black !important;
}
a {
color: #00ff00 !important;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
content: '' !important;
border: 5px solid !important;
width: 0px !important;
height: 0px !important;
position: absolute !important;
top: calc(50% - 5px) !important;
left: calc(50% - 5px) !important;
}
input[type="radio"]:checked:before {
border-radius: 100% !important;
}
body {
background: black !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment