File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 57
57
58
58
.category-title {
59
59
margin : 10px ;
60
- font-size : 1.5 em ;
60
+ font-size : 1.1 em ;
61
61
color : var (--text-main );
62
62
}
63
63
78
78
79
79
.card-title {
80
80
padding : 10px ;
81
- font-size : 1.3 em ;
81
+ font-size : 1 em ;
82
82
font-weight : 600 ;
83
83
color : var (--text-main );
84
84
}
@@ -92,15 +92,15 @@ main {
92
92
padding : 10px 10px 0 ;
93
93
margin-bottom : -10px ;
94
94
font-size : 0.8em ;
95
- font-weight : 700 ;
95
+ font-weight : 600 ;
96
96
color : var (--text-muted );
97
97
}
98
98
99
99
.card-author {
100
100
text-align : right;
101
101
padding : 0 10px 10px ;
102
102
margin-top : -10px ;
103
- font-weight : 700 ;
103
+ font-weight : 600 ;
104
104
color : var (--text-main );
105
105
}
106
106
@@ -158,6 +158,7 @@ main {
158
158
background : # 9e9e9e ;
159
159
border-radius : 5px ;
160
160
display : inline-block;
161
+ font-size : 1em ;
161
162
}
162
163
163
164
@@ -188,3 +189,8 @@ main {
188
189
fill : # fff ;
189
190
}
190
191
}
192
+
193
+ /* override prettyprint */
194
+ pre .prettyprint {
195
+ width : auto !important ;
196
+ }
You can’t perform that action at this time.
0 commit comments