Commit 35ac9921a469c175aa1019e731843aa34e1d7ca8

hectormatos2011 2016-01-16T20:51:30

Highlight rules suck. I think these work. This is what happens when an iOS Dev tries his hand at CSS.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/themes/prism-solarizedlight b/themes/prism-solarizedlight
index 9aa4bd3..d733f37 100644
--- a/themes/prism-solarizedlight
+++ b/themes/prism-solarizedlight
@@ -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;
 }