Commit a3e161c8e2208d12fccd135ede584f68b08ff890

Daniel Wyatt 2013-10-07T08:02:54

Add back what I foolishly removed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css
index 90f8339..94ba9e9 100644
--- a/themes/prism-twilight.css
+++ b/themes/prism-twilight.css
@@ -37,6 +37,12 @@ pre[class*="language-"] {
 	overflow: auto;
 	padding: 1em;
 }
+pre[class*="language-"]::selection { /* Safari */
+	background:hsl(200, 4%, 16%); /* #282A2B */
+}
+pre[class*="language-"]::selection { /* Firefox */
+	background:hsl(200, 4%, 16%); /* #282A2B */
+}
 
 /* Text Selection colour */
 pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,