mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
19 lines
379 B
CSS
19 lines
379 B
CSS
body {
|
|
background: #cccccc;
|
|
}
|
|
.js-mindmap-active a.node {
|
|
background: #03A9F4;
|
|
color: white;
|
|
border: 2px solid white;
|
|
border-radius: 20px;
|
|
}
|
|
.js-mindmap-active a.node.active {
|
|
padding: 5px 10px !important;
|
|
border-width: 5px !important;
|
|
}
|
|
.js-mindmap-active a.node.activeparent {
|
|
padding: 5px 10px !important;
|
|
border: 5px solid #222299;
|
|
background: #039BE5;
|
|
}
|