Skip to content

Commit

Permalink
微調整 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Feb 12, 2021
1 parent 6318a97 commit e2d8bc3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions content/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ main {

.category-title {
margin: 10px;
font-size: 1.5em;
font-size: 1.1em;
color: var(--text-main);
}

Expand All @@ -78,7 +78,7 @@ main {

.card-title {
padding: 10px;
font-size: 1.3em;
font-size: 1em;
font-weight: 600;
color: var(--text-main);
}
Expand All @@ -92,15 +92,15 @@ main {
padding: 10px 10px 0;
margin-bottom: -10px;
font-size: 0.8em;
font-weight: 700;
font-weight: 600;
color: var(--text-muted);
}

.card-author {
text-align: right;
padding: 0 10px 10px;
margin-top: -10px;
font-weight: 700;
font-weight: 600;
color: var(--text-main);
}

Expand Down Expand Up @@ -158,6 +158,7 @@ main {
background: #9e9e9e;
border-radius: 5px;
display: inline-block;
font-size: 1em;
}


Expand Down Expand Up @@ -188,3 +189,8 @@ main {
fill: #fff;
}
}

/* override prettyprint */
pre.prettyprint {
width: auto !important;
}

0 comments on commit e2d8bc3

Please sign in to comment.