/*
Theme Name: 官网主题
Description: 郑州初乐网络科技公司定制的主题
Author: 五哥派
Version: 1.0
*/
/* 让文章正文中的超链接默认就是蓝色 */
.entry-content a,
.post-content a,
.article-content a,
.conten_info a {
  color: #0073e6 !important; /* 默认蓝色 */
  font-weight: bold;              /* 加粗文字 */
  transition: color 0.3s ease;
}

/* 鼠标悬停时变为更深的蓝色 */
.entry-content a:hover,
.post-content a:hover,
.article-content a:hover,
.conten_info a:hover {
  color: #0073e6 !important;
font-weight: bold;              /* 保持加粗 */
}
