optimize settings

This commit is contained in:
Qing
2022-07-18 21:20:52 +08:00
parent 4534d9275e
commit 8b1f7a672e
11 changed files with 91 additions and 64 deletions

View File

@@ -47,4 +47,8 @@
// tooltip
--tooltip-bg: var(--page-bg);
// badge
--badge-background-color: hsl(209 13.3% 95.3%);
--badge-color: hsl(206 6% 43.5%);
}

View File

@@ -45,4 +45,8 @@
// tooltip
--tooltip-bg: hsl(197 6.8% 13.6%);
// badge
--badge-background-color: hsl(197 6.8% 13.6%);
--badge-color: hsl(206 6% 63%);
}