Skip to content

Commit

Permalink
feat: 首页 slogan 展示优化 (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang authored Sep 18, 2024
1 parent ee5e1d3 commit 5875695
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
font-size: 32px;
color: var(--theme-slogan-color);
opacity: 0.65;
white-space: nowrap;
}

.btn {
Expand Down Expand Up @@ -98,7 +99,7 @@
filter: brightness(0.8) contrast(1.5) saturate(5);
}
.slogan {
color: #ccc;
color: #ccc !important;
}
.link {
border-color: #ccc;
Expand Down

0 comments on commit 5875695

Please sign in to comment.