aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-06-06 15:13:59 +0300
committerGravatar Vitaly Takmazov2017-06-06 15:23:48 +0300
commit6a31ef273d0f6c2117b564a608ac1c1405370c1e (patch)
treee403b7f6f0f6aa9fd5af49bc97ba405e426bc747 /juick-www/src/main/static/style.css
parentcf3c262cd4a176b5fe5ef059a08b071286e03416 (diff)
www: pre::selection
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css8
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;
}