-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
/* Copyright 2025 Shota FUJI <pockawoooh@gmail.com>
* SPDX-License-Identifier: MIT
*/
.no-readme-placeholder {
font-style: italic;
color: var(--color-fg-weak);
}
.recent-commits {
margin-block-start: var(--space-xl);
}
.recent-commits--item + .recent-commits--item {
margin: calc(var(--space-xxl) * var(--space-scale)) 0;
}
.recent-commits--title {
margin: 0;
font-size: var(--font-lg);
}
.recent-commits--list {
list-style: none;
padding: 0;
margin: 0;
}