5 kx
5 kx .hljs-ln-numbers {
5 kx /* for block of numbers: */
5 kx -webkit-touch-callout: none;
5 kx -webkit-user-select: none;
5 kx -khtml-user-select: none;
5 kx -moz-user-select: none;
5 kx -ms-user-select: none;
5 kx user-select: none;
5 kx
5 kx text-align: right;
5 kx color: #a4a4a4;
5 kx border-right: 1px solid #e4e4e4;
5 kx vertical-align: top;
5 kx padding-right: 5px !important;
5 kx padding-left: 5px !important;
5 kx
5 kx /* your custom style here */
5 kx }
5 kx
5 kx .hljs-ln-code {
5 kx /* for block of code: */
5 kx padding-left: 10px !important;
5 kx }