/* * Copyright (c) 2021 - 2023, Ludvig Lundgren and the autobrr contributors. * SPDX-License-Identifier: GPL-2.0-or-later */ .react-tooltip code { background-color: rgb(63, 71, 94); padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; } .react-tooltip a:hover { text-decoration-line: underline; }