From 6a31ef273d0f6c2117b564a608ac1c1405370c1e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 6 Jun 2017 15:13:59 +0300 Subject: www: pre::selection --- juick-www/src/main/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index fe8df35a..c843cf8e 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -40,6 +40,14 @@ pre { padding: 6px; white-space: pre; } +pre::selection { + background: #0f0; + color: #222; +} +pre::-moz-selection { + background: #0f0; + color: #222; +} .u { text-decoration: underline; } -- cgit v1.2.3