Skip to content

Instantly share code, notes, and snippets.

@plateaukao
Created April 5, 2020 03:29
Show Gist options
  • Save plateaukao/8f12e16251561597f658b417ba7184d7 to your computer and use it in GitHub Desktop.
Save plateaukao/8f12e16251561597f658b417ba7184d7 to your computer and use it in GitHub Desktop.
* {
color: #000000!important;
font-weight:900 !important;
border-color: #555555 !important;
scrollbar-arrow-color: #CCCCCC !important;
scrollbar-base-color: #2266AA !important;
scrollbar-shadow-color: #2266AA !important;
scrollbar-face-color: #333333 !important;
scrollbar-highlight-color: #2266AA !important;
scrollbar-dark-shadow-color: #2266AA !important;
scrollbar-3d-light-color: #2266AA !important;
scrollbar-track-color: #333333 !important;
}
a,a * {
color: #000000 !important;
font-weight:900 !important;
}
a: visited,a: visited *,a: active,a: active * {
color: #000000 !important;
font-weight:900 !important;
}
a: hover,a: hover * {
color: #000000 !important;
background: #666666 !important;
font-weight:900 !important;
}
input,select,option,button,textarea {
color: #000000 !important;
font-weight:900 !important;
background: #FFFFFF !important;
border: #FFFFFF !important;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF !important;
}
input: focus,select: focus,option: focus,button: focus,textarea: focus,input: hover,select: hover,option: hover,button: hover,textarea: hover {
color: #000000 !important;
background: #FFFFFF !important;
font-weight:900 !important;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF !important;
}
input[type=button],input[type=submit],input[type=reset],input[type=image] {
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF !important;
}
input[type=button]: focus,input[type=submit]: focus,input[type=reset]: focus,input[type=image]: focus, input[type=button]: hover,input[type=submit]: hover,input[type=reset]: hover,input[type=image]: hover {
color: #000000 !important;
font-weight:900 !important;
background: #FFFFFF !important;
border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment