/* tools/markdown/styles.css
 *
 * Paper-feel wrapper. The CodeMirror editor styles its own internals via
 * EditorView.theme in tool.js; this file is just the page surface.
 */

.md-paper {
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}
