:root {
  --theme-color: #1677ff;
}

.app-name-link img {
  max-width: 28px;
}

.markdown-section {
  max-width: 900px;
}

.sidebar {
  border-right: 1px solid #eef2f6;
}

.navbar {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
}

.search .input-wrap input {
  border-radius: 10px;
}

.markdown-section code {
  border-radius: 6px;
}
