Highlight rules suck. I think these work.

This is what happens when an iOS Dev tries his hand at CSS.
This commit is contained in:
hectormatos2011 2016-01-16 20:51:30 -08:00
parent a5c8b67607
commit 35ac9921a4
1 changed files with 5 additions and 3 deletions

View File

@ -119,8 +119,10 @@ pre[class*="language-"] {
cursor: help;
}
pre>code.highlight {
outline: 0.4em solid #dc322f;
outline-offset: .4em
::selection {
background: #CAD6D9;
}
::-moz-selection {
background: #CAD6D9;
}