diff options
author | Vitaly Takmazov | 2018-06-09 12:42:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-06-09 12:42:05 +0300 |
commit | 463e64b2048f753675c06ca6dff21ba084f69189 (patch) | |
tree | 202aa4cf7f95c0d5755f1c495d9e9a9a4cfb9621 /juick-www/src | |
parent | 19e059fa4b711e32ff8f777e4203fae925a3333b (diff) |
www: fix selection colors
Diffstat (limited to 'juick-www/src')
-rw-r--r-- | juick-www/src/main/assets/style.css | 4 |
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; |