@charset "utf-8";

.vs-top { width: 100%; height: 20px; overflow: hidden; background: none; color: #333; font-size: 14px; text-align: right; border-top: 0px dashed yellow; }
.vs-top ul {list-style: none;margin: 0;padding: 0;}
.vs-top li {height: 20px;line-height: 20px;}
.vs-top i { margin-right: 0px; color: #ff0096; font-size: 14px; }
.dark-mode .vs-top {
  background: #121212; 
  color: #ddd;         
  border-top: 0px dashed #666; 
}
.dark-mode .vs-top i {color: #ff66cc;       }