Skip to content

Commit

Permalink
调整样式
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jun 30, 2024
1 parent c28604a commit c22e637
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 27 deletions.
32 changes: 19 additions & 13 deletions www/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion www/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 19 additions & 13 deletions www/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,32 +83,35 @@ body {
flex-wrap: wrap;
align-items: center;
background-color: aliceblue;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: 1px;
.code-point {
padding-left: 8px;
padding-right: 8px;
color: white;
background-color: black;
font-size: 16px;
font-size: 12px;
font-weight: bold;
line-height: 32px;
line-height: 28px;
}
.char {
margin-left: 8px;
margin-right: 4px;
font-size: 20px;
font-size: 18px;
font-weight: bold;
}
.tag {
margin: 4px;
padding-left: 8px;
padding-right: 8px;
font-size: 14px;
line-height: 20px;
font-size: 11px;
line-height: 18px;
background-color: white;
border-style: solid;
border-color: black;
border-width: 1px;
border-radius: 11px;
border-radius: 10px;
}
}
.glyphs {
Expand All @@ -131,19 +134,22 @@ body {
flex-direction: row;
justify-content: space-between;
align-items: center;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: 1px;
.language-flavor {
padding-left: 8px;
padding-right: 8px;
padding-left: 4px;
padding-right: 4px;
color: white;
background-color: gray;
font-size: 14px;
font-size: 12px;
font-weight: bold;
line-height: 28px;
line-height: 20px;
}
.glyph-name {
margin-left: 8px;
margin-right: 8px;
font-size: 14px;
margin-left: 4px;
margin-right: 4px;
font-size: 11px;
font-weight: bold;
}
}
Expand Down

0 comments on commit c22e637

Please sign in to comment.