Skip to content

Commit

Permalink
🌈 style: 调整部分文字大小
Browse files Browse the repository at this point in the history
  • Loading branch information
白云苍狗 committed Mar 20, 2024
1 parent 54935ba commit ebada36
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/hexo-theme-async/source/css/_components/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ p {

.trm-label {
text-transform: uppercase;
font-size: 11px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
color: var(--theme-color, #00283a);
Expand Down
2 changes: 1 addition & 1 deletion packages/hexo-theme-async/source/css/_components/btn.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border: solid 2px var(--primary, #afb42b);
color: #fcfcfe;
text-transform: uppercase;
font-size: 11px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
border-radius: 30px;
Expand Down
2 changes: 1 addition & 1 deletion packages/hexo-theme-async/source/css/_components/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
line-height: 80px;
color: var(--theme-color, #00283a);
text-transform: uppercase;
font-size: 11px;
font-size: 12px;
letter-spacing: 2px;
font-weight: 700;
.transition-mixin();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
content: attr(data-number);
border-radius: 50%;
position: absolute;
font-size: 11px;
font-size: 12px;
font-weight: 600;
text-align: center;
color: var(--body-color, #7b7b7d);
Expand Down

0 comments on commit ebada36

Please sign in to comment.