diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index baf1360..d958c4c 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -833,6 +833,15 @@ code { display: block; } /* fixes line numbers on firefox when there's only one line */ +.chroma .lnt, +.chroma .ln { + /* chroma sets the non-prefixed one only */ + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +} + /* }}} */ /* Asides {{{ */