Skip to content

Instantly share code, notes, and snippets.

@jmgregory
Last active October 29, 2019 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jmgregory/cfd3ac1c6af27093e06c to your computer and use it in GitHub Desktop.
Save jmgregory/cfd3ac1c6af27093e06c to your computer and use it in GitHub Desktop.
sVim CSS configuration
.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