custom.css
... ...
@@ -206,15 +206,15 @@ pre { background: var(--code-bg) !important; padding: 1rem 1.2rem !important; bo
206 206
/* --- Make the "Home" button a clickable image --- */
207 207
#minibutton-home {
208 208
/* size the button to the image */
209
- width: 48px;
210
- height: 48px;
209
+ width: 45px;
210
+ height: 45px;
211 211
padding: 0 !important;
212 212
213 213
/* show the cover art */
214 214
background: url("/images/akret_cover.jpg") center / cover no-repeat;
215 215
216 216
/* keep Primer button look (border/radius), but minimize chrome */
217
- border-radius: 6px;
217
+ border-radius: 5px;
218 218
line-height: 0; /* collapse text height */
219 219
display: inline-flex;
220 220
align-items: center;