feat(nodes): add class name option closes #254

This commit is contained in:
moklick
2020-05-28 11:22:51 +02:00
parent a3c5d235bf
commit a555df0458
7 changed files with 51 additions and 25 deletions
+5
View File
@@ -136,6 +136,11 @@ nav a.active:before {
color: #111;
}
.dark-node>div {
background: #333 !important;
color: #f8f8f8 !important;
}
@media screen and (min-width: 768px) {
nav {
position: relative;