mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 18:29:14 +00:00
16 lines
351 B
CSS
16 lines
351 B
CSS
/*
|
|
* 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;
|
|
}
|