feat(nodes): add class name option closes #254
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user