"/**\n * Copyright (C) 2018-2019 The Software Heritage developers\n * See the AUTHORS file at the top-level directory of this distribution\n * License: GNU Affero General Public License version 3, or any later version\n * See top-level LICENSE file for more information\n */\n\n.highlightjs pre {\n background-color: transparent;\n border-radius: 0;\n border-color: transparent;\n}\n\n.hljs {\n background-color: transparent;\n white-space: pre;\n}\n\n/* for block of numbers */\n.hljs-ln-numbers {\n cursor: pointer;\n user-select: none;\n text-align: center;\n color: #aaa;\n border-right: 1px solid #ccc;\n vertical-align: top;\n padding-right: 1px !important;\n}\n\n/* for block of code */\n.hljs-ln-code {\n padding-left: 10px !important;\n width: 100%;\n}\n"