File tree 2 files changed +15
-53
lines changed
2 files changed +15
-53
lines changed Original file line number Diff line number Diff line change 68
68
align-items : center ;
69
69
70
70
.node-relation {
71
- font-family : " Bitstream Vera Sans Mono " , Courier , monospace ;
71
+ font-family : var ( --fonts- monospace) ;
72
72
}
73
73
74
74
.author {
75
- color : #666666 ;
75
+ color : var ( --color-text-light ) ;
76
76
}
77
77
78
78
.time {
79
- color : #999999 ;
79
+ color : var ( --color-text-light-3 ) ;
80
80
font-size : 80% ;
81
81
}
82
82
85
85
}
86
86
87
87
a em {
88
- color : #bb0000 ;
89
- border-bottom : 1px dotted #bbbbbb ;
88
+ color : var ( --color-red ) ;
89
+ border-bottom : 1px dotted var ( --color-secondary ) ;
90
90
text-decoration : none ;
91
91
font-style : normal ;
92
92
}
108
108
width : 100% ;
109
109
110
110
li .highlight.hover {
111
- background-color : rgba ( 0 , 0 , 0 , .05 );
111
+ background-color : var ( --color-secondary-alpha-30 );
112
112
}
113
113
114
114
.tags a .button {
146
146
147
147
& .monochrome #rel-container {
148
148
.flow-group {
149
- stroke : grey ;
150
- fill : grey ;
149
+ stroke : var ( --color-secondary-dark-5 ) ;
150
+ fill : var ( --color-secondary-dark-5 ) ;
151
151
}
152
152
153
153
.flow-group.highlight {
154
- stroke : black ;
155
- fill : black ;
154
+ stroke : var ( --color-secondary-dark-12 ) ;
155
+ fill : var ( --color-secondary-dark-12 ) ;
156
156
}
157
157
}
158
158
164
164
}
165
165
166
166
& .flow-color-16-2 {
167
- stroke : hsl ( 356 , 58 % , 54 % ) ;
167
+ stroke : #ce4751 ;
168
168
fill : #ce4751 ;
169
169
}
170
170
179
179
}
180
180
181
181
& .flow-color-16-5 {
182
- stroke : #3d27aa ;
183
- fill : #3d27aa ;
182
+ stroke : #7445e9 ;
183
+ fill : #7445e9 ;
184
184
}
185
185
186
186
& .flow-color-16-6 {
261
261
}
262
262
263
263
& .flow-color-16-5 {
264
- stroke : #4e33d1 ;
265
- fill : #4f35d1 ;
264
+ stroke : #8455f9 ;
265
+ fill : #8455f9 ;
266
266
}
267
267
268
268
& .flow-color-16-6 {
Original file line number Diff line number Diff line change @@ -676,44 +676,6 @@ img[src$="/img/matrix.svg"] {
676
676
filter : invert (80% );
677
677
}
678
678
679
- #git-graph-container li .time {
680
- color : #6a737d ;
681
- }
682
-
683
- #git-graph-container .monochrome #rel-container .flow-group {
684
- stroke : dimgrey ;
685
- fill : dimgrey ;
686
- }
687
-
688
- #git-graph-container .monochrome #rel-container .flow-group.highlight {
689
- stroke : darkgrey ;
690
- fill : darkgrey ;
691
- }
692
-
693
- #git-graph-container :not (.monochrome ) #rel-container .flow-group {
694
- & .flow-color-16-5 {
695
- stroke : #5543b1 ;
696
- fill : #5543b1 ;
697
- }
698
- }
699
-
700
- #git-graph-container :not (.monochrome ) #rel-container .flow-group.highlight {
701
- & .flow-color-16-5 {
702
- stroke : #7058e6 ;
703
- fill : #7058e6 ;
704
- }
705
- }
706
-
707
- #git-graph-container #rev-list li .highlight.hover {
708
- background-color : rgba (255 , 255 , 255 , .1 );
709
- }
710
-
711
- #git-graph-container .ui.buttons button #flow-color-monochrome .ui.button {
712
- border-left-color : rgb (76 , 80 , 92 );
713
- border-left-style : solid ;
714
- border-left-width : 1px ;
715
- }
716
-
717
679
.mermaid-chart {
718
680
filter : invert (84% ) hue - rotate(180deg );
719
681
}
You can’t perform that action at this time.
0 commit comments