style(nodes): put styles into specific node type classes

This commit is contained in:
moklick
2020-05-30 21:19:08 +02:00
parent 35d0a462e8
commit 384769f4f7
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ nav a.active:before {
color: #111;
}
.dark-node {
.react-flow__node.dark-node {
background: #333;
color: #f8f8f8;
}