/*
 Theme Name:   donovan child theme
 Template:     donovan
*/


@import url("../donovan/style.css");

div.mysite-info a {
    color: gray!important; /* 设置链接文字颜色为灰色 */
    text-decoration: none; /* 去掉下划线 */
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
}

div.mysite-info a:hover {
    color: white!important; /* 悬停时链接文字颜色变为白色 */
}

/*图片描边*/
.post-image img {
    box-shadow:0 0 5px 1px #9e9e9e;
}
