kimjuny/koa-react-universal

View on GitHub
src/themes/default.less

Summary

Maintainability
Test Coverage
html, body, #root {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  
  font-size: 14px;
}

.text-normal {
  color: #586069;
}