fix: 💄 Tooltip padding

This commit is contained in:
ThatOneCalculator 2022-03-21 19:15:36 -07:00
parent 2844749225
commit bbf6cfeada
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
$text: #e0def4;
$bg: #26233a;
$font-mono: "Cartograph CF", ui-monospace, SFMono-Regular, Menlo, Monaco,
Consolas, "Liberation Mono", "Courier New", monospace;
$bg: #26233a;
@import "./font.scss";
.tippy-box[data-theme~="rosepine"] {
color: $text;
background-color: $bg;
opacity: 0.8;
margin-top: 30px;
margin-top: 10px;
padding: 10px;
font-family: $font-mono;
> .tippy-backdrop {