File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ nav a.active:before {
136
136
color : # 111 ;
137
137
}
138
138
139
- .dark-node {
139
+ .react-flow__node . dark-node {
140
140
background : # 333 ;
141
141
color : # f8f8f8 ;
142
142
}
Original file line number Diff line number Diff line change 103
103
.react-flow__node {
104
104
position : absolute;
105
105
color : # 222 ;
106
- font-family : sans-serif;
107
- font-size : 12px ;
108
106
text-align : center;
109
107
user-select : none;
110
108
pointer-events : all;
131
129
border-radius : 5px ;
132
130
width : 150px ;
133
131
background : # ff6060 ;
132
+ font-size : 12px ;
134
133
}
135
134
136
135
.react-flow__node-input {
137
136
padding : 10px ;
138
137
border-radius : 5px ;
139
138
width : 150px ;
140
139
background : # 9999ff ;
140
+ font-size : 12px ;
141
141
}
142
142
143
143
.react-flow__node-output {
144
144
padding : 10px ;
145
145
border-radius : 5px ;
146
146
width : 150px ;
147
147
background : # 55dd99 ;
148
+ font-size : 12px ;
148
149
}
149
150
150
151
.react-flow__handle {
You can’t perform that action at this time.
0 commit comments