mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 11:28:28 +00:00
13 lines
448 B
C++
13 lines
448 B
C++
diff --git a/toolkit/themes/shared/tree/tree.css b/toolkit/themes/shared/tree/tree.css
|
|
index bd743c2b05729644637c172d973ad057387bc5ce..58589094ff68d1972a32fe4f4087af2c0211ee97 100644
|
|
--- a/toolkit/themes/shared/tree/tree.css
|
|
+++ b/toolkit/themes/shared/tree/tree.css
|
|
@@ -12,6 +12,7 @@
|
|
/* ::::: tree ::::: */
|
|
|
|
tree {
|
|
+ --color-accent-primary: var(--zen-primary-color, inherit);
|
|
margin: 0 4px;
|
|
background-color: Field;
|
|
color: FieldText;
|