Skip to content

Commit

Permalink
fix(cli): optimize site style
Browse files Browse the repository at this point in the history
affects: @varlet/cli
  • Loading branch information
haoziqaq committed Sep 10, 2021
1 parent 1f474cb commit 9287d7b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,10 @@ iframe {
}
&__des {
color: #888;
color: #555;
font-size: 14px;
margin-top: 10px;
-webkit-font-smoothing: antialiased;
}
}
Expand Down Expand Up @@ -261,7 +262,7 @@ iframe {
p,
ul {
-webkit-font-smoothing: antialiased;
color: #888;
color: #555;
font-size: 15px;
line-height: 26px;
padding: 16px;
Expand Down Expand Up @@ -312,15 +313,15 @@ iframe {
padding: 8px 16px;
font-weight: 500;
text-align: left;
color: #888;
color: #555;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
td {
padding: 8px 16px;
border-top: 1px solid #eee;
color: #888;
color: #555;
code {
white-space: nowrap;
Expand Down

0 comments on commit 9287d7b

Please sign in to comment.