Created
December 14, 2011 13:52
-
-
Save titosemi/1476640 to your computer and use it in GitHub Desktop.
My Vimium CSS link hists
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
.vimiumHintMarker { | |
background-color: rgba(46, 92, 79, 0.648438); | |
padding: 3px; | |
border-radius: 3px; | |
text-align: center; | |
font-size: 8pt; | |
border: 1px solid #000; | |
box-shadow: 2px 2px 2px #333; | |
color: #D3FF5A; | |
opacity: 0.9; | |
} | |
.vimiumHintMarker > .matchingCharacter { | |
color: #fff; | |
font-family: helvetica | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment