style: 🎨 SCSS variable

This commit is contained in:
ThatOneCalculator 2022-03-21 18:22:36 -07:00
parent b8e4c56c10
commit f70de0e290
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
$color_1: #e0def4;
$text: #e0def4;
$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: $color_1;
color: $text;
background-color: $bg;
opacity: 0.8;
margin-top: 30px;