dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

style.css (486B)


      1 span[vimbhint^='label'] {
      2 	background-color:#0c0a1499 !important;
      3 	color:#fff !important;
      4 	border:0 !important;
      5 	opacity:1 !important;
      6 	padding:1px !important;
      7 	text-transform:uppercase !important;
      8 	font-size:16px !important;
      9 }
     10 *[vimbhint^='hint'] {
     11 	background-color:#0c0a1433 !important;
     12 	color:#888 !important;
     13 }
     14 *[vimbhint^='hint focus'] {
     15 	background-color:#0c0a1433 !important;
     16 	color:#aaa !important;
     17 }
     18 *{
     19 border-radius:0 !important;
     20 }
     21 body::-webkit-scrollbar {
     22 display: none;
     23 }