feat: using css vars for brand and tab border color

This commit is contained in:
Anoop M D
2022-01-22 21:36:28 +05:30
parent 070a34883a
commit efaa9aed21
7 changed files with 20 additions and 14 deletions

View File

@@ -13,4 +13,10 @@ html, body {
body {
font-size: 0.875rem;
}
:root {
--color-brand: #546de5;
--color-sidebar-collection-item-focused-indent-border: #7b8de3;
--color-tab-active-border: #4d4d4d;
}