Adjust commit message styling

4737078a2db56d71d62906621d5a6dff459e52ad
Alexis Sellier committed ago 1 parent 2398e298
static/style.css +2 -1
305 305
  gap: 1rem;
306 306
  margin-bottom: 0.75rem;
307 307
}
308 308
.commit-title .subject { font-family: var(--sans); font-weight: 600; font-size: 1.125rem; flex: 1; }
309 309
.commit-hash { font-family: var(--mono); font-size: 1rem; color: var(--fg-dim); white-space: nowrap; }
310 -
.commit-info .body { font-family: var(--mono); font-size: 1rem; margin-bottom: 0.75rem; white-space: pre-wrap; color: var(--fg-dim); }
310 +
.commit-info .body { font-family: var(--mono); font-size: 1rem; margin: 0 0 1rem 0rem; white-space: pre-wrap; color: var(--fg); }
311 311
.commit-subtitle {
312 312
  display: flex;
313 313
  align-items: baseline;
314 314
  font-size: 1rem;
315 315
  color: var(--fg-dim);
316 +
  padding-top: 0.5rem;
316 317
}
317 318
.commit-meta { flex: 1; }
318 319
.commit-parents { white-space: nowrap; }
319 320
.commit-parents code { font-family: var(--mono); }
320 321