/* 
 Theme Name:   zuh8
 Theme URI:    https://www.zuh8.com
 Description:  zuh8子主题
 Author:       zuh8导航
 Author URI:   https://www.zuh8.com
 Template:     onenav
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*自定义网址标签样式*/
.mt-2 .mr-1 a {
  padding: 4px 10px;
  height: 30px;
  border-radius: 4px;
  background: rgba(138,138,138,.15);
  color: #666;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
/*网址正文图片居中*/
.image-center {
  display: flex;
  justify-content: center;
}

/*灰色风格 侧边栏阴影*/
.io-grey-mode .sidebar-nav-inner{background:#ffffff}
.io-grey-mode .sidebar-nav-inner{box-shadow: 2px 75px 5px #ffcccc;}

/*移动端不显示*/
@media screen and (max-width: 1024px){.friendlink {display: none;}}