File tree 1 file changed +13
-5
lines changed
src/pydata_sphinx_theme/assets/styles/extensions
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 36
36
& .ablog-cloud {
37
37
flex-direction : row ;
38
38
flex-flow : wrap ;
39
- gap : 0.25 rem ;
39
+ gap : 0.5 rem ;
40
40
41
41
// Vertical-align tag clouds
42
42
li {
110
110
.ablog-post {
111
111
list-style : none ;
112
112
113
- // Post metadata
113
+ // Post metadata tags (author, links ,etc) should be a bit smaller
114
114
.ablog-archive {
115
+ display : flex ;
116
+ flex-direction : row ;
117
+ flex-wrap : wrap ;
118
+ gap : 1rem ;
115
119
list-style : none ;
120
+ font-size : 0.75rem ;
116
121
padding-left : 0 ;
117
122
}
118
123
119
- // Title line should be a bit bigger
124
+ // Title line should be a bit bigger and bold to stand out
120
125
.ablog-post-title {
121
126
margin-top : 0 ;
122
- font-size : 1.5rem ;
127
+ font-size : 1.25rem ;
128
+
129
+ a {
130
+ font-weight : bold ;
131
+ }
123
132
}
124
133
125
134
// Read more button should be a bit bigger
126
135
.ablog-post-expand {
127
- font-size : 1.25rem ;
128
136
margin-bottom : 0.5rem ;
129
137
}
130
138
}
You can’t perform that action at this time.
0 commit comments