/* 杨晓东黑板css */
#blogTitle h1 a {
    font-family: '楷体';
    font-size: 60px;
    position: relative;
    top: 70px;
    display: inline-block;
    line-height: 55px;
}

/* 鼠标特效 */
canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}


/* -------------------- */



/* ------------------------- */

/* 副标题网址css */
#title_2{
    font-size: 20px;
    color: aliceblue;
    text-decoration: none;
}
#title_2:hover{
    color: blue;
}
#blogTitle h2 {
    width: 550px;
    position: relative;
    height: 75px;
    line-height: 180%;
    font-weight: normal;
    top: 30px;
    left: 75px;
    font-size: 16px;
}

/* 导航栏字体颜色 强制执行 */
#blog_nav_sitehome,
#blog_nav_myhome,
#blog_nav_newpost,
#blog_nav_contact,
#blog_nav_rss,
#blog_nav_admin {
    color: #f95c00 !important;
}

/* 导航栏字体样式 */
#navList a {
    font-family: '楷体';
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
#navList a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #169fe6;
}


/* 
.wrap {
    width: 300px;
    height: 355px;
    user-select: text;
} */
