aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-09 12:42:05 +0300
committerGravatar Vitaly Takmazov2018-06-09 12:42:05 +0300
commit463e64b2048f753675c06ca6dff21ba084f69189 (patch)
tree202aa4cf7f95c0d5755f1c495d9e9a9a4cfb9621
parent19e059fa4b711e32ff8f777e4203fae925a3333b (diff)
www: fix selection colors
-rw-r--r--juick-www/src/main/assets/style.css4
1 files changed, 4 insertions, 0 deletions
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;