Skip to content

Commit

Permalink
Update _page.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
liyix authored Apr 5, 2024
1 parent 2991a25 commit 924c2ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,15 @@
font-size: $type-size-6;
text-transform: uppercase;
}


/* 自定义超链接样式 */
a {
color: #007bff; /* 链接颜色 */
text-decoration: none; /* 去除下划线 */

&:hover {
text-decoration: underline; /* 鼠标悬停时添加下划线 */
color: #0056b3; /* 鼠标悬停时的链接颜色 */
}
}

0 comments on commit 924c2ad

Please sign in to comment.