Skip to content

Commit 76e5bbb

Browse files
committed
Tweak changelog entry visuals
1 parent 84ff8b6 commit 76e5bbb

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/components/ChangelogSection/ChangelogEntry/ChangelogEntry.module.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
align-items: flex-start;
55
gap: 5px;
66
align-self: stretch;
7-
padding: 4px 12px;
8-
margin: 2px 0;
7+
padding: 6px 12px 0;
8+
margin: 6px 0;
99

10-
background: rgba(0, 0, 0, 0);
11-
border-radius: 20px;
10+
background: rgba(0, 0, 0, 0.01);
11+
border-radius: 10px;
12+
border: 1px solid rgba(0, 0, 0, 0.1);
1213

1314
transition: background 0.1s;
1415
}
@@ -25,6 +26,7 @@
2526
color: #222;
2627
font-size: 16px;
2728
font-weight: 700;
29+
padding-top: 4px;
2830
}
2931

3032
.commitList {

0 commit comments

Comments
 (0)