Last active
October 29, 2019 09:11
-
-
Save jmgregory/cfd3ac1c6af27093e06c to your computer and use it in GitHub Desktop.
sVim CSS configuration
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
.sVimLinkHint { | |
color: #000; | |
font-size: 12pt; | |
font-family: Helvetica Neue, Helvetica, Arial, sans serif, sans; | |
font-weight: bold; | |
line-height: 12pt; | |
padding: 3px 5px; | |
margin: 0; | |
opacity: 0.9; | |
border-radius: 3px; | |
border: 0; | |
box-shadow: rgba(0, 0, 0, 0.298039) 0 3px 7px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment