// @import "./hljs.scss";
*
  margin 0;
  padding 0;
html,
body 
  width: 100%;
  height: 100%;

h3 
  margin-bottom: 10px !important;

p 
  margin: 10px 0;

#app 
  width: 100%;
  height: 100%;

.theme-default-content code 
  color: #476582 !important;

.sidebar
  width: 15rem;
.page 
  padding-left: 15rem;

.theme-default-content:not(.custom)
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 2.5rem;

.theme-default-content:not(.custom) img
  max-width: unset;

// 为了覆盖login插件对样式的影响
.navbar{
  position: fixed  !important;
  height: 3.6rem !important;
  bottom auto  !important
}