/* 在~/nodestatus/assets目录下新建style.css */

/* 隐藏头部背景 */
#header {
  background: none !important;
}

@media (max-width: 768px) {
  #header {
    background: none !important;
  }
}

/* 隐藏 masthead 区域 */
.ui.vertical.masthead.center.aligned {
  display: none !important;
}

