Skip to content

Instantly share code, notes, and snippets.

@bhatmand
Forked from cassiozen/mindmap.css
Created September 1, 2018 18:08
Show Gist options
  • Select an option

  • Save bhatmand/1d487f32e110781d6b93955e55e74bf5 to your computer and use it in GitHub Desktop.

Select an option

Save bhatmand/1d487f32e110781d6b93955e55e74bf5 to your computer and use it in GitHub Desktop.
body {
border: none !important;
}
.kineticjs-content {
background-color: #282c34;
}
td {
background-color: #282c34;
}
#leftPane {
padding: 0;
}
#textHolder {
border: none;
background: #21252b;
}
.tabbable {
background: #21252b;
width: 400px;
}
#textArea {
background-color: #21252b;
color: #9da5b3;
font-size: 20px;
font-family: 'Andale Mono';
margin-left: 20px !important;
width: 400px !important;
height: 650px;
padding-top: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment