Skip to content

Commit e2d8bc3

Browse files
author
kfly8
committed
微調整 #4
1 parent 6318a97 commit e2d8bc3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

content/css/main.css

+10-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ main {
5757

5858
.category-title {
5959
margin: 10px;
60-
font-size: 1.5em;
60+
font-size: 1.1em;
6161
color: var(--text-main);
6262
}
6363

@@ -78,7 +78,7 @@ main {
7878

7979
.card-title {
8080
padding: 10px;
81-
font-size: 1.3em;
81+
font-size: 1em;
8282
font-weight: 600;
8383
color: var(--text-main);
8484
}
@@ -92,15 +92,15 @@ main {
9292
padding: 10px 10px 0;
9393
margin-bottom: -10px;
9494
font-size: 0.8em;
95-
font-weight: 700;
95+
font-weight: 600;
9696
color: var(--text-muted);
9797
}
9898

9999
.card-author {
100100
text-align: right;
101101
padding: 0 10px 10px;
102102
margin-top: -10px;
103-
font-weight: 700;
103+
font-weight: 600;
104104
color: var(--text-main);
105105
}
106106

@@ -158,6 +158,7 @@ main {
158158
background: #9e9e9e;
159159
border-radius: 5px;
160160
display: inline-block;
161+
font-size: 1em;
161162
}
162163

163164

@@ -188,3 +189,8 @@ main {
188189
fill: #fff;
189190
}
190191
}
192+
193+
/* override prettyprint */
194+
pre.prettyprint {
195+
width: auto !important;
196+
}

0 commit comments

Comments
 (0)