1212 --editor-shadow : 0 18px 40px rgba (15 , 23 , 42 , 0.18 );
1313 --graph-bg : # edf2fa ;
1414 --graph-link : # 0b1220 ;
15- --graph-link-related : # 0b1220 ;
1615 --graph-label : # 334155 ;
1716 --graph-node-bug : # cc293d ;
1817 --graph-node-epic : # ff7700 ;
1918 --graph-node-feature : # 954ab9 ;
2019 --graph-node-pbi : # 009ccc ;
2120 --graph-node-task : # f2cb1d ;
22- --graph-node-on-dark : # 0b1220 ;
2321 --graph-node-on-light : # 0b1220 ;
2422 --graph-node-finished-text : # 0b1220 ;
2523}
3634 --editor-shadow : 0 22px 44px rgba (2 , 6 , 23 , 0.45 );
3735 --graph-bg : # 060d1a ;
3836 --graph-link : # e2e8f0 ;
39- --graph-link-related : # e2e8f0 ;
4037 --graph-label : # d1ddf2 ;
4138 --graph-node-bug : # cc293d ;
4239 --graph-node-epic : # ff7700 ;
4340 --graph-node-feature : # 954ab9 ;
4441 --graph-node-pbi : # 009ccc ;
4542 --graph-node-task : # f2cb1d ;
46- --graph-node-on-dark : # 0b1220 ;
4743 --graph-node-on-light : # 0b1220 ;
4844 --graph-node-finished-text : # e2e8f0 ;
4945}
6157 --editor-shadow : 0 22px 44px rgba (2 , 6 , 23 , 0.45 );
6258 --graph-bg : # 060d1a ;
6359 --graph-link : # e2e8f0 ;
64- --graph-link-related : # e2e8f0 ;
6560 --graph-label : # d1ddf2 ;
6661 --graph-node-bug : # cc293d ;
6762 --graph-node-epic : # ff7700 ;
6863 --graph-node-feature : # 954ab9 ;
6964 --graph-node-pbi : # 009ccc ;
7065 --graph-node-task : # f2cb1d ;
71- --graph-node-on-dark : # 0b1220 ;
7266 --graph-node-on-light : # 0b1220 ;
7367 --graph-node-finished-text : # e2e8f0 ;
7468 }
@@ -165,27 +159,22 @@ html, body {
165159
166160# graph : is (.wi-node-bug , [id ^= "wi-node-bug-" ]) {
167161 --wi-node-accent : var (--graph-node-bug );
168- --wi-node-text : var (--graph-node-on-light );
169162}
170163
171164# graph : is (.wi-node-epic , [id ^= "wi-node-epic-" ]) {
172165 --wi-node-accent : var (--graph-node-epic );
173- --wi-node-text : var (--graph-node-on-light );
174166}
175167
176168# graph : is (.wi-node-feature , [id ^= "wi-node-feature-" ]) {
177169 --wi-node-accent : var (--graph-node-feature );
178- --wi-node-text : var (--graph-node-on-light );
179170}
180171
181172# graph : is (.wi-node-pbi , [id ^= "wi-node-pbi-" ]) {
182173 --wi-node-accent : var (--graph-node-pbi );
183- --wi-node-text : var (--graph-node-on-light );
184174}
185175
186176# graph : is (.wi-node-task , [id ^= "wi-node-task-" ]) {
187177 --wi-node-accent : var (--graph-node-task );
188- --wi-node-text : var (--graph-node-on-light );
189178}
190179
191180# graph : is (.wi-link , .edge ) {
@@ -205,10 +194,6 @@ html, body {
205194 fill : var (--wi-link-color ) !important ;
206195}
207196
208- # graph : is (.wi-link-related ) {
209- --wi-link-color : var (--graph-link-related );
210- }
211-
212197.theme-backdrop {
213198 position : fixed;
214199 inset : 0 ;
@@ -269,11 +254,6 @@ html, body {
269254 line-height : 1 ;
270255}
271256
272- .icon-mirror-x {
273- display : inline-block;
274- transform : scaleX (-1 );
275- }
276-
277257.theme-button : hover {
278258 border-color : var (--editor-border );
279259 background : var (--editor-surface );
0 commit comments