From 463e64b2048f753675c06ca6dff21ba084f69189 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 9 Jun 2018 12:42:05 +0300 Subject: www: fix selection colors --- juick-www/src/main/assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index 8715bcc9..20b2a0b7 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -91,6 +91,10 @@ html { min-width: 310px; width: auto; } +*::selection { + background: #006699; + color: #fff; +} body > header { box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); background: #fff; -- cgit v1.2.3