diff options
author | Vitaly Takmazov | 2017-06-06 15:13:59 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-06 15:23:48 +0300 |
commit | 6a31ef273d0f6c2117b564a608ac1c1405370c1e (patch) | |
tree | e403b7f6f0f6aa9fd5af49bc97ba405e426bc747 | |
parent | cf3c262cd4a176b5fe5ef059a08b071286e03416 (diff) |
www: pre::selection
-rw-r--r-- | juick-www/src/main/static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |