/* @import url('https://cdn.staticfile.org/material-icons/4.0.0/iconfont/material-icons.css');  */
/* @import url('https://cdn.staticfile.org/roboto-fontface/0.10.0/css/roboto/roboto-fontface.css'); */
#navbar {  
    background-color: #30989f;  
    color: black;  
    margin: 2px;
}  
  
#navbar a {  
    color: black;  
    text-decoration: none;  
    margin: 2px;
}
/* 白天模式 */  
body {  
    background-color: #ffffff;  
}  
  
/* 黑夜模式 */  
body.night-mode {  
    background-color: #5555557b;  
}
