Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghao1993 committed Sep 6, 2024
1 parent 46a515e commit 22d1aed
Show file tree
Hide file tree
Showing 20 changed files with 830 additions and 691 deletions.
29 changes: 29 additions & 0 deletions app/about/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.prose {
line-height: 2;
font-size: 14px;
color: var(--secondary-text-color);
}

.prose li {
list-style: decimal;
}

.prose ol {
margin-left: 20px;
}

.about {
a[target='_blank'] {
border-bottom-width: 0 !important;
background-image: linear-gradient(transparent,transparent),linear-gradient(rgb(232 52 183),rgb(232 52 183));
background-size: 0 3px;
background-position: 0 100%;
background-repeat: no-repeat;
transition: background-size .5s ease-in-out;
background-size: 100% 3px;
background-position: 0 100%;
}
}



13 changes: 0 additions & 13 deletions app/about/page.module.css

This file was deleted.

Loading

0 comments on commit 22d1aed

Please sign in to comment.