diff options
Diffstat (limited to 'juick-www/src/main/assets')
-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; |