Skip to content

Commit

Permalink
link no underline
Browse files Browse the repository at this point in the history
  • Loading branch information
hliu202 committed Dec 17, 2020
1 parent 637bbe9 commit 923027f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ a {
color: var(--link-color);
text-decoration: none;
}
#write a {
/* #write a {
border-bottom: 1px solid var(--link-color);
color: var(--link-color);
text-decoration: none;
}
} */
#write a:hover {
border-bottom: 1px solid var(--purple-light-6);
color: var(--purple-light-6);
border-bottom: 1px solid var(--link-color);
color: var(--link-color);
text-decoration: none;
}
.md-content {
Expand Down Expand Up @@ -334,7 +334,7 @@ thead {
/* 斜体 */
#write em {
padding: 0 5px 0 2px;
font-family: var(--base-font);
font-family: var(--em-font);
/* font-style: normal; */
/* color: #4abdeb; */
}
Expand Down

0 comments on commit 923027f

Please sign in to comment.