Created
September 7, 2017 00:55
-
-
Save odnoletkov/5e978f9c765dcbf7dafaeced991fa4ed to your computer and use it in GitHub Desktop.
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
.sVim-hint { | |
background-color: #FFC542; | |
color: #000; | |
font-size: 12px; | |
font-family: Helvetica; | |
font-weight: bold; | |
padding: 1px 3px 0px; | |
border-radius: 3px; | |
opacity: 1; | |
} | |
.sVim-hint.sVim-hint-focused { | |
transform: scale(1.5,1.5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment