mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-26 14:15:52 +00:00
feat: using css vars for brand and tab border color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user