Created
April 24, 2019 14:02
-
-
Save JudeRosario/132c610dd38b033668d35e9a721185d7 to your computer and use it in GitHub Desktop.
Keyy change color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.keyy-login-wrapper .keyy-switch-label, | |
form#loginform { | |
border-color: #E91E63; | |
} | |
.keyy-wave rect.anim { | |
fill:#E91E63; | |
} | |
img.keyy-login-logo { | |
display:none; | |
} | |
.keyy-login-wrapper .keyy-switch-inner:before { | |
background-color:#E91E63; | |
} | |
h4.keyy_qrcode_wp_login_header { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment