diff options
Diffstat (limited to 'juick-www')
-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; } |