// 导航栏
#navList a{
    text-decoration: unset;
    text-shadow: unset !important;
}
#navList a:hover {
    text-decoration: unset;
    text-shadow: unset;
}

#nav_next_page a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #45bcf9;
}
#nav_next_page a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    color: #45bcf9;
}

#profile_block:hover {
    border: 1px solid #dedede;
}

.catListTag ul {
    display: flex;
    word-break: normal;
    flex-wrap: wrap;
}
.catListTag ul li {
    border-bottom: none;
}
div#blog-calendar {
    display: none  !important;
}
body {
    cursor: url('https://blog-static.cnblogs.com/files/zhuyc110/sword.ico'), auto;
}